TechDraw SaveSVG/ru
Jump to navigation
Jump to search
This command exists up to version 0.18. Starting from version 0.19 it is replaced by TechDraw ExportPageSVG
Расположение в меню |
---|
TechDraw → Экспорт страницы в SVG |
Верстаки |
TechDraw |
Быстрые клавиши |
Никто |
Представлено в версии |
- |
См. также |
TechDraw Templates, Draft SVG |
Contents |
Description
The Export page tool saves the current drawing page as an SVG file.
Usage
- Press the
Export page button or use TechDraw → Export page
- A File Save dialog will open.
- Select a location and file name.
Notes
- 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.
- Creating a DXF file from the saved SVG drawing in Inkscape 0.48: choose "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)" as export format and choose "px" as base unit 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.
- As of v0.18 and above it is possible to export DXF directly with TechDraw SaveDXF.
Properties
Scripting
See also: TechDraw 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.
TechDraw
- Pages: New Default, New Pick
- Views: New View, New Projection Group, New Section, New Detail, New Annotation, New Draft, New Arch, Spreadsheet
- Clips: Clip, ClipPlus, ClipMinus
- Dimensions: New Length, New Horizontal, New Vertical, New Radius, New Diameter, New Angle, New Angle3Pt, New Links
- Decoration: Hatch Area, Geometric Hatch, New Symbol, New Image, Toggle Frames
- Utilities: SaveSVG, SaveDXF
- Additional: Preferences, Import-Export Preferences; Hatching, LineGroup, Templates; TechDraw API, TechDrawGui API
Документация пользователя

- Установка: Windows, Linux, Mac; Начинающим
- Базовая: О FreeCAD, Верстаки, Настройки, Структура документа, Настройка интерфейса, Свойства, Модель мыши; Учебники
- Верстаки: Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Скрипты: Введение в Python, Учебник скриптов FreeCAD, Основы скриптов FreeCAD, Установка макросов, Команды графического интерфейса, Единицы Модули: Создание модулей, Создание верстаков, Добавление верстаков Сетки: Сеточные скрипты, Модуль сеток Детали: Модуль Part, Скрипты топологических данных, PythonOCC, Из Mesh в Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Интерфейс Qt: PySide, Использование графического интерфейса FreeCAD, Создание диалогов Параметрические объекты: Скриптовые объекты Прочее: Кусочки кода, Функции рисования линий, Встраивание FreeCAD, Библиотека векторной математики FreeCAD, Хаб опытных пользователей, Python, Макросы, Основы скриптов FreeCAD, Topological data scripting