TechDraw SaveDXF
|
Menu location
|
TechDraw → Export page Dxf
|
Workbenches
|
TechDraw
|
Default shortcut
|
|
See also
|
|
|
Description
The Export page Dxf tool saves a drawing page as a Dxf file
How to use
- Select a Page in the tree (if the document contains multiple pages).
- Press the
Save page as Dxf button
- A File Save dialog will open. Select a location and file name.
Opcije
None.
Properties
Scripting
This function is available in Python by using
TechDraw.writeDXFPage(page,filename)
Notes
- This function is available in v0.18 and later.
- This function exports the R12(AC1009) and R14(AC1014) versions of Dxf.
- R12 is an older, simpler version of the standard, but should be readable by most other software.
- R14 is the default version. It includes support for splines among other things.
- There are 2 parameters that affect Dxf output:
- Preferences → Mod → Import → DxfVersionOut - valid entries are 12 or 14. Default is 14.
- Preferences → Mod → Import → DiscretizeEllipses - true: splines/ellipses are polylines false: spline/ellipses are written as splines/ellipses. Default is false.
- If the FreeCAD document contains multiple pages, you will have to select the desired page in the tree before pressing the export button.
- Radial and Diametric dimensions will only export properly if they are "inside" the arc.
- Scaling is not supported. The Dxf will be drawn in the actual size of the TechDraw Page.
- Units are not supported - the Dxf will be drawn in mm. Dimension text will be shown exactly as displayed in TechDraw.