File:OSE dxf2sketcher.FCMacro: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Python macro file written for use in FreeCAD. It creates a copy of an already imported dxf file into the required geometries in Sketcher Workbook. Note: It does not add constraints. This will be done by a future macro.)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Python macro file written for use in FreeCAD. It creates a copy of an already imported dxf file into the required geometries in Sketcher Workbook.
Python macro file written for use in FreeCAD. It creates a copy of an already imported dxf file into the required geometries in Sketcher Workbook.


Note: It does not add constraints. This will be done by a future macro.
Note: Now with constraints. Only exception is the degrees of freedom for circles.

Latest revision as of 04:25, 13 September 2016

Python macro file written for use in FreeCAD. It creates a copy of an already imported dxf file into the required geometries in Sketcher Workbook.

Note: Now with constraints. Only exception is the degrees of freedom for circles.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current04:24, 13 September 2016 (9 KB)Colin W (talk | contribs)Version 0.0.1 Added the following constraints: Horizontal Lines Vertical Lines Coincident points for lines Equality constraints for line lengths and circle radii Dimension constraints for all lines of each individual length (first instance) Dimension...
04:22, 11 September 2016 (5 KB)Colin W (talk | contribs)Python macro file written for use in FreeCAD. It creates a copy of an already imported dxf file into the required geometries in Sketcher Workbook. Note: It does not add constraints. This will be done by a future macro.

There are no pages that use this file.