TechDraw SaveSVG
Jump to navigation
Jump to search
Outdated translations are marked like this.
This command exists up to version 0.18. Starting from version 0.19 it is replaced by TechDraw ExportPageSVG
Menu location |
---|
TechDraw → Export page |
Workbenches |
TechDraw |
Default shortcut |
Introduced in version |
- |
See also |
Descriere
Instrumentul pentru pagina de export salvează pagina de desen curent ca fișier SVG
The Export page tool saves the current drawing page as an SVG file.
Cum se utilizează
- Apăsați butonul Press the
Symbol
- Se va deschide un dialog de salvare a fișierelor. Selectați o locație și un nume de fișier.
- Press the
Export page button or use TechDraw → Export page
- A File Save dialog will open.
- Select a location and file name.
Note
- Modelele hașurilor nu sunt exportate în SVG din cauza unei limitări a suportului SVG al Qt4.
- Pozițiile și mărimile de text nu sunt corecte în fișierul exportat. Utilizarea fontului "implicit" din desen îmbunătățește foarte mult problema dimensiunii.
- Crearea DXF din desenul Svg salvat în Inkscape: Pentru a exporta în DXF cu scala corectă în Inkscape v0.48, alegeți "Desktop Cutting Plotter (AutoCAD DXF R14) (*.dxf)" as export format and choose "Base unit": "px" în dialogul următor. Desenul nu este încă o scală, ci o scală de 10: 1. Pentru a obține scara corectă pe LibreCAD, alegeți "Edit → Current Drawing Preferences → General Factor" of 0.1. Verificați cu o distanță cunoscută, oricum!
- 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
Script
Această funcție este disponibilă prin Python prin utilizarea.
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)
Rețineți că modulul FreeCADGui trebuie să fie activ pentru a utiliza această funcție.
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
User documentation

- Installation: Windows, Linux, Mac; Getting started
- Basics: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Workbenches: 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
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting