- Python 100%
| freecad/Templater | freecad/Templater/TemplaterAuxViewCmd.py aktualisiert | |
| Resources | Resources/icons/Templater_Workbench.svg aktualisiert | |
| LICENSE | Update LICENSE | |
| package.xml | package.xml aktualisiert | |
| README.md | README.md aktualisiert | |
Templater Workbench icon FreeCAD_Templater
A workbench related to templates, symbols, and auxiliary views for TechDraw drawings.
Tools
Now 3 kinds of tools are available, tools to create templates and pages, and a tool to create views.
Templater NewTemplateWiki icon Templater NewTemplateMulti icon Creating and inserting templates
Two tools to create a template and insert it into the active dokument.
- One resembles the example from the TechDraw TemplateGenerator tutorial page.
- The other is a bit overloaded but shows how templates could be created and inserted automatically
Usage
- Launch either the New Template Wiki, or the New Template Multi tool.
- Adjust the parameters in the task panel.
- OK finishes the selected tool, and you should find a new page with an embedded template in your document.
Templater AuxView icon Create an auxiliary view
This tool creates a secondary (auxiliary) view from 1 edge or 2 selected vertices of one existing view. It is based on the Macro_TechDraw_AuxiliaryView.
Usage
-
Select 1 edge (2 end vertices) or 2 individual vertices to define the view direction.
-
Launch the Auxiliary View tool.
-
An auxiliary view is created, its view direction is perpendicular to the connecting line between the two selected vertices by default.
-
Optionally reverse the view direction in the task panel.
-
Optionally align the view direction with the connecting line in the task panel.
-
Click Ok to finish.
(Note: Scale at creation is always 1:1 - To do: Taking the scale of the base view into account)
Templater ToleranceFrame icon Creating and inserting feature frames
This tool creates feature frames for GD&T purposes. Line parameters match with a symbol height of 10 mm.
Usage
- Select 1 view.
- Launch the Tolerance Frame tool.
- Adjust the parameters in the task panel.
- Select a geometric tolerance for a tolerance frame, or enter a single (upper case) letter for a datum frame.
- Edit the size of the tolerance zone.
- Edit the datum entries.
- Click Ok to finish.
Installation
The Templater WB can be installed via the Addon Manager (in the Tools menu)
Release notes:
- v.0.0.5 - 11.Jun.2026: Moved to codeberg, modern Workbench layouot adopted.
- v.0.0.4 - 06.Okt.2025: Tolerance Frame tool now works properly when translated.
- v.0.0.3 - 29.Sep.2025: A tool to create feature frames was added.
- v.0.0.2 - 22.Sep.2025: Minor adjustments.
- v.0.0.1 - 21.Sep.2025: Initial version.