TechDraw ExportPageSVG/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Вставить размер знака |Экспорт листа в DXF |TechDraw_Workbench/r...")
(Created page with "!!FUZZY!!{{GuiCommand/ru |Name/ru=Экспорт листа в SVG |Name=TechDraw_ExportPageSVG |MenuLocation=TechDraw → Экспорт листа в SVG |Workbenches=Tech...")
Line 10: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand
{{GuiCommand/ru
|Name=TechDraw ExportPageSVG
|Name/ru=Экспорт листа в SVG
|MenuLocation=TechDraw → Export Page as SVG
|Name=TechDraw_ExportPageSVG
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|MenuLocation=TechDraw → Экспорт листа в SVG
|SeeAlso=[[TechDraw_Templates|TechDraw Templates]], [[Draft_SVG|Draft SVG]]
|Workbenches=[[TechDraw_Workbench/ru|TechDraw]]
|SeeAlso=[[TechDraw_Templates/ru|Шаблоны]], [[Draft_SVG/ru|Draft SVG]]
}}
}}
</div>


==Описание==
==Описание==

Revision as of 20:21, 15 September 2021

Other languages:

Экспорт листа в SVG

Системное название
TechDraw_ExportPageSVG
Расположение в меню
TechDraw → Экспорт листа в SVG
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Шаблоны, Draft SVG

Описание

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

Применение

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

Примечания

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

Scripting

See also: TechDrawGui API 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.