TechDraw Workbench: Difference between revisions

From FreeCAD Documentation
No edit summary
(Removed roadmap, placed at the beginning.)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
[[File:preferences-techdraw.svg|64px]]
[[File:preferences-techdraw.svg|64px]]

<translate>
<translate>
<!--T:1-->
<!--T:1-->
FreeCAD is primarily a 3D modelling tool. There are times, however, when we must produce 2D drawings for documentation, contracts, permits, etc. The Technical Drawing workbench (TechDraw) is used to produce basic technical drawings based on the 3D model. Each drawing is a Page, and a Page contains many Views of Drawable Objects. The list of Drawable Objects includes Part::Features, PartDesign::Bodies, App::Part groups and Document Object groups.
FreeCAD is primarily a 3D modelling tool. There are times, however, when we must produce 2D drawings for documentation, manufacturing instructions, contracts, permits, etc. The Technical Drawing workbench (TechDraw) is used to produce basic technical drawings based on the 3D model. Each drawing is a Page, which can contain various Views of drawable objects such as Part::Features, PartDesign::Bodies, App::Part groups, and Document Object groups.


<!--T:15-->
<!--T:15-->
Dimensions and hatched areas can be added to Views.
Dimensions, sections, hatched areas, annotations, and [[SVG]] symbols can be added to the page, which can be further exported to different formats like DXF, SVG, and PDF.

<!--T:17-->
TechDraw was officially included in FreeCAD starting with version 0.17; it is intended to replace the unsupported [[Drawing Workbench]]. Both workbenches are still provided in v0.17, but the Drawing module may be removed in future releases. To keep up with TechDraw plans and developments, visit the [[TechDraw Roadmap]].


<!--T:11-->
<!--T:11-->
Note: if your primary goal is the production of complex 2D drawings, and you don't need 3D modelling, you may wish to consider a dedicated software program such as LibreCad, QCad, TurboCad, and others.
Note: if your primary goal is the production of complex 2D drawings, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as LibreCad, QCad, TurboCad, and others.

<!--T:17-->
{{Version|0.17}}


</translate>
</translate>
Line 148: Line 147:


===Limitations=== <!--T:7-->
===Limitations=== <!--T:7-->
* TechDraw drawings and Python API are not interchangeable with the Drawing module. It is possible to convert Drawing Pages to TechDraw Pages using Python (moveViews.py). It is possible to have both TechDraw and Drawing Pages in the same FreeCAD document.
* TechDraw drawings and [[Python]] API are not interchangeable with the [[Drawing Module]]. It is possible to convert Drawing Pages to TechDraw Pages using Python ({{incode|moveViews.py}}). It is possible to have both TechDraw and Drawing Pages in the same FreeCAD document, as each page is completely independent from each other.
* There are minor differences in specifying Editable Texts in Templates compared to the Drawing module. See forum discussion [https://forum.freecadweb.org/viewtopic.php?f=3&t=24981&p=196271#p196271 here].
* There are minor differences in specifying editable texts in [[SVG]] templates compared to the Drawing module. See forum discussion [https://forum.freecadweb.org/viewtopic.php?f=3&t=24981&p=196271#p196271 here].
* TechDraw is available starting with FreeCAD 0.17.
* Do not Cut/Copy/Paste TechDraw objects. This does not generally work out well.
* Do not Cut/Copy/Paste TechDraw objects. This does not generally work out well.


===Workarounds=== <!--T:12-->
===Workarounds=== <!--T:12-->
* None required at the moment.
* None required at the moment.


<!--T:16-->
Keep up with TechDraw plans and developments. Visit the [[TechDraw_Roadmap|TechDraw Roadmap]].



<!--T:8-->
<!--T:8-->
{{docnav|Start Workbench|Test Framework Workbench}}
{{docnav|Start Workbench|Test Framework Workbench}}
{{Userdocnavi}}



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

Revision as of 07:35, 31 October 2018

FreeCAD is primarily a 3D modelling tool. There are times, however, when we must produce 2D drawings for documentation, manufacturing instructions, contracts, permits, etc. The Technical Drawing workbench (TechDraw) is used to produce basic technical drawings based on the 3D model. Each drawing is a Page, which can contain various Views of drawable objects such as Part::Features, PartDesign::Bodies, App::Part groups, and Document Object groups.

Dimensions, sections, hatched areas, annotations, and SVG symbols can be added to the page, which can be further exported to different formats like DXF, SVG, and PDF.

TechDraw was officially included in FreeCAD starting with version 0.17; it is intended to replace the unsupported Drawing Workbench. Both workbenches are still provided in v0.17, but the Drawing module may be removed in future releases. To keep up with TechDraw plans and developments, visit the TechDraw Roadmap.

Note: if your primary goal is the production of complex 2D drawings, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as LibreCad, QCad, TurboCad, and others.


Pages

These are tools for creating Pages.

Views

These are tools for creating Views.

Clips

These are tools to create and manage clipped views.

Dimensions

These are tools for working with Dimensions. Linear dimensions can be based on two points, one line or two lines.


Import/Export

These are tools for exporting Pages to other applications.

Decoration

These are tools for changing the appearance of Pages and Views.

Additional features

  • Hatching: TechDraw supports a number of hatching techniques.
  • Line Groups: default weights can be assigned to various line types.

Preference settings

The TechDraw module has a preferences screen to adjust default values.

Scripting

The TechDraw Workbench features a Python API that can be used in scripts and macros.

Limitations

  • TechDraw drawings and Python API are not interchangeable with the Drawing Module. It is possible to convert Drawing Pages to TechDraw Pages using Python (moveViews.py). It is possible to have both TechDraw and Drawing Pages in the same FreeCAD document, as each page is completely independent from each other.
  • There are minor differences in specifying editable texts in SVG templates compared to the Drawing module. See forum discussion here.
  • Do not Cut/Copy/Paste TechDraw objects. This does not generally work out well.

Workarounds

  • None required at the moment.
Start Workbench
Test Framework Workbench