External workbenches: Difference between revisions

From FreeCAD Documentation
m (Added Addons category)
(Deprecation warning)
Line 39: Line 39:


== Drawing Dimensioning == <!--T:6-->
== Drawing Dimensioning == <!--T:6-->

{{VeryImportantMessage|The [[Drawing Workbench]] was superseded by the [[TechDraw Workbench]] in FreeCAD 0.17. While both workbenches are included in v0.17, the Drawing Workbench is no longer maintained, and may be removed in future versions of FreeCAD. Users are advised to make the switch to the [[TechDraw Workbench]] which also includes dimensioning and annotation tools.}}


<!--T:7-->
<!--T:7-->
The [https://github.com/hamish2014/FreeCAD_drawing_dimensioning Drawing dimensioning workbench] adds powerful dimensioning and annotation tools to the Drawing workbench (see [http://forum.freecadweb.org/viewtopic.php?f=10&t=8395 forum thread]).
The [https://github.com/hamish2014/FreeCAD_drawing_dimensioning Drawing dimensioning workbench] adds powerful dimensioning and annotation tools to the [[Drawing Workbench]] (see [http://forum.freecadweb.org/viewtopic.php?f=10&t=8395 forum thread]).


<!--T:8-->
<!--T:8-->

Revision as of 05:35, 4 November 2018

Power users have extended FreeCAD with various custom external workbenches, that are not integrated into the FreeCAD source code (yet!), but are easy to install on an existing FreeCAD installation. Instructions are provided on the pages linked below:

TODO:

Assembly2

The Assembly 2 workbench provides tools to create multi-part assemblies, and is a very good alternative for the official Assembly workbench which is still under development (see forum thread).

Drawing Dimensioning

The Drawing Workbench was superseded by the TechDraw Workbench in FreeCAD 0.17. While both workbenches are included in v0.17, the Drawing Workbench is no longer maintained, and may be removed in future versions of FreeCAD. Users are advised to make the switch to the TechDraw Workbench which also includes dimensioning and annotation tools.

The Drawing dimensioning workbench adds powerful dimensioning and annotation tools to the Drawing Workbench (see forum thread).

Work Features

The WorkFeature macro adds a wide range of helper objects such as alignment planes or axes, and tools to help you to position and align objects along those helper objects (see forum thread).

See Macro WorkFeatures in the wiki.