Draft Workbench: Difference between revisions

From FreeCAD Documentation
(prepared for translation)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
The Draft workbench allows to quickly draw simple 2D objects in the current document, and offers several tools to modify them afterwards. Some of these tools also work on all other FreeCAD objects, not only those created with the Draft workbench. It also provides a complete snapping system, and several utilities to manage objects and settings.
The Draft workbench allows to quickly draw simple 2D objects in the current document, and offers several tools to modify them afterwards. Some of these tools also work on all other FreeCAD objects, not only those created with the Draft workbench. It also provides a complete snapping system, and several utilities to manage objects and settings.
</translate>
</translate>
Line 5: Line 6:
__NOTOC__
__NOTOC__
<translate>
<translate>
<!--T:2-->
{{Draft Tools}}
{{Draft Tools}}


===File formats===
===File formats=== <!--T:3-->


<!--T:4-->
The Draft module provides FreeCAD with importers and exporters for the following file formats:
The Draft module provides FreeCAD with importers and exporters for the following file formats:


<!--T:5-->
* [[Draft_DXF|Autodesk .DXF]]: Imports and exports [http://en.wikipedia.org/wiki/AutoCAD_DXF Drawing Exchange Format] files created with 2D CAD applications
* [[Draft_DXF|Autodesk .DXF]]: Imports and exports [http://en.wikipedia.org/wiki/AutoCAD_DXF Drawing Exchange Format] files created with 2D CAD applications
* [[Draft_SVG|SVG (as geometry)]]: Imports and exports [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] files created with vector drawing applications
* [[Draft_SVG|SVG (as geometry)]]: Imports and exports [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] files created with vector drawing applications
Line 17: Line 21:
* [[Draft_DXF|Autodesk .DWG]]: Import and exports DWG files via the DXF importer, when the [[Extra python modules|Teigha Converter]] utility is installed.
* [[Draft_DXF|Autodesk .DWG]]: Import and exports DWG files via the DXF importer, when the [[Extra python modules|Teigha Converter]] utility is installed.


===Additional features===
===Additional features=== <!--T:6-->


<!--T:7-->
* [[Draft_Snap|Snapping]]: Allows to place new points on special places on existing objects
* [[Draft_Snap|Snapping]]: Allows to place new points on special places on existing objects
* [[Draft_Constrain|Constraining]]: Allows to place new points horizontally or vertically in relation to previous points
* [[Draft_Constrain|Constraining]]: Allows to place new points horizontally or vertically in relation to previous points
* [[Draft_Coordinates|Working with manual coordinates]]: Allows to enter manual coordinates instead of clicking on screen
* [[Draft_Coordinates|Working with manual coordinates]]: Allows to enter manual coordinates instead of clicking on screen


===Preference settings===
===Preference settings=== <!--T:8-->


<!--T:9-->
* The Draft module has its [[Draft Preferences|preferences]] screen
* The Draft module has its [[Draft Preferences|preferences]] screen


===Scripting===
===Scripting=== <!--T:10-->


<!--T:11-->
The Draft module features a complete [[Draft API]] so you can use its functions in scripts and macros
The Draft module features a complete [[Draft API]] so you can use its functions in scripts and macros


<!--T:12-->
{{docnav|Raytracing Module|Arch Module}}
{{docnav|Raytracing Module|Arch Module}}


<!--T:13-->
[[Category:User Documentation]]
[[Category:User Documentation]]
</translate>
</translate>

Revision as of 12:55, 1 December 2013

The Draft workbench allows to quickly draw simple 2D objects in the current document, and offers several tools to modify them afterwards. Some of these tools also work on all other FreeCAD objects, not only those created with the Draft workbench. It also provides a complete snapping system, and several utilities to manage objects and settings.


Template:Draft Tools

File formats

The Draft module provides FreeCAD with importers and exporters for the following file formats:

Additional features

  • Snapping: Allows to place new points on special places on existing objects
  • Constraining: Allows to place new points horizontally or vertically in relation to previous points
  • Working with manual coordinates: Allows to enter manual coordinates instead of clicking on screen

Preference settings

Scripting

The Draft module features a complete Draft API so you can use its functions in scripts and macros

Raytracing Module
Arch Module