|
|
| 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.
Ver también: DibujoTécnico API, y Fundamentos de scripting de FreeCAD.
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.