Macro Dxf To Shape

From FreeCAD Documentation
Revision as of 11:36, 30 September 2017 by Mario52 (talk | contribs) (DATE ISO 8601 YYYY-MM-DD)
Documentation not finished, not translate thanks

File:Macro Dxf To Shape Macro Dxf To Shape

Description
Macro utility for create unique wire with many wires macro.

Macro version: 01.00
Last modified: 2016-11-21
Author: Mario52
Author
Mario52
Download
None
Links
Macro Version
01.00
Date last modified
2016-11-21
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Description

Macro utility for create unique wire with many wires, the type wire created is selected to MakeWire, Bspline, BsplineCurve, BsplineCurve + Arc, Polygon, Bezier curve.

Use

Principe :

  • downgrade the compound line for work with single line
  • first line discretize the line (precision on choice)
  • the linetest is created on choice MakeWire, Bspline, BsplineCourve, Polygon, BezCurve (display the orientation

Begin - End (Reversed Forward)

  • test is good .. then Save DataT coordinates in file (and Del Test If you want)
  • second line same first line and accord end to begin ....
  • test is good .. then Save DataT coordinates in file (and Del Test If you want)
  • ...... tests finished
  • Read DataT saved in on unique wire with the type line selected

you can also test one sweep, force reverse, close wire, create points, cloud ...

you can also Save the file in disk

( Save DataT, Read DataT, Reset DataT Are the Temporary working file)


Macro_Dxf_To_Shape

Script

The icon for you toolBar copy in same directory to the macro

How to Customize Toolbars, How to install macros

The script to github Macro_DXF_to_Shape.FCMacro

Links

Mes macros sur Github

Version

  • 21/11/2016 ver 00.00 :