TechDraw ExportPageSVG/es: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 3: Line 3:
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[TechDraw_ExtensionThreadBoltBottom/es|ExtensionThreadBoltBottom]]
|[[TechDraw_Dimension_Landmark/es|Dimensión Hito]]
|[[TechDraw_ExportPageDXF/es|ExportaciónPáginaDXF]]
|[[TechDraw_ExportPageDXF/es|ExportaciónPáginaDXF]]
|[[TechDraw_Workbench/es|DibujoTécnico]]
|[[TechDraw_Workbench/es|DibujoTécnico]]
|IconL=TechDraw_Dimension_Landmark.svg
|IconL=TechDraw_ExtensionThreadBoltBottom.svg
|IconR=TechDraw_ExportPageDXF.svg
|IconR=TechDraw_ExportPageDXF.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg

Revision as of 18:05, 14 November 2021

TechDraw ExportPageSVG

Menu location
TechDraw → Export Page as SVG
Workbenches
TechDraw
Default shortcut
None
Introduced in version
-
See also
TechDraw Templates, Draft SVG

Descripción

The ExportPageSVG tool saves the current drawing page as an SVG file.

Utilización

  1. Press the Export Page as SVG button.
  2. A File Save dialog will open. Select a location and file name.

Notas

  • TechDraw 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.

Guión

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.