TechDraw ExportPage
|
Расположение в меню
|
TechDraw → Export page
|
Верстаки
|
TechDraw
|
Быстрые клавиши
|
|
См. также
|
|
|
Description
The Export page tool saves the current drawing page as an SVG file
How to use
- Press the
Export page button
- A File Save dialog will open. Select a location and file name.
Options
None.
Properties
Scripting
This function is available via Python by using.
TechDrawGui.exportPageAsSvg(DrawPageObject,FilePath)
Note that the FreeCADGui module must be active to use this function.
Notes
- Hatch patterns are not exported to SVG due to a limitation in Qt4's SVG support.
- Text positions and sizes are not correct in the exported file. Using the "system" default font in the drawing improves the size problem considerably.
- Creating DXF from saved Svg drawing in Inkscape: To export to DXF with the correct scale in Inkscape v0.48, choose "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)" as export format and choose "Base unit": "px" in the next dialog. The drawing is not on scale yet but has a scale of 10:1. To get the correct scale on LibreCAD, choose "Edit → Current Drawing Preferences → General Factor" of 0.1. Check with a known distance, anyway!