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.
Options
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) version of Dxf. This is an older version of the standard, but should be readable by most other software.
- 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.