|
Menu location |
---|
TechDraw → Page → Export Page as SVG |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
- |
See also |
TechDraw Templates, Draft SVG |
The TechDraw ExportPageSVG tool saves the current drawing page as an SVG file.
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The SaveSVG tool can be used in macros and from the Python console by using the following functions:
TechDrawGui.exportPageAsSvg(DrawPageObject,FilePath)
Note that the FreeCADGui module must be active to use this function.