TechDraw Workbench
Introduction
The TechDraw Workbench is used to produce basic technical drawings from 3D models created with another workbench such as Part, PartDesign, or BIM, or imported from other applications. 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. The resulting drawings can be used for things like documentation, manufacturing instructions, contracts, permits, etc.
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.
If your primary goal is the production of complex 2D drawings and DXF files, and you don\'t need 3D modelling, FreeCAD may not be the right choice for you. You may wish to consider a dedicated software program for technical drafting instead, such as LibreCAD or QCad.
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/TechDraw_Workbench_Example.png)
Snapping
(v1.0)
: The TechDraw Workbench has a snapping feature. It can be used to automatically align views, section views and dimensions when positioning them by dragging with the mouse. With Snap View Alignment enabled (default) in the preferences, views will snap to alignment with other views when close enough (View Snapping Factor setting). Dimensions are also snapped to other parallel dimensions and the dimension text can be snapped to the middle of the dimension line. Snapping can be temporarily disabled by holding down the Alt key.
Tools
Pages
-
[Insert Default Page](wiki-test2.php?gitpage=TechDraw_PageDefault): adds a new page using the default [template](wiki-test2.php?gitpage=TechDraw_Templates).
-
[Insert Page using Template](wiki-test2.php?gitpage=TechDraw_PageTemplate): adds a new page using a selected [template](wiki-test2.php?gitpage=TechDraw_Templates).
-
[Update template fields](wiki-test2.php?gitpage=TechDraw_FillTemplateFields): (v1.0)
-
[Redraw Page](wiki-test2.php?gitpage=TechDraw_RedrawPage): forces an update of the selected page.
-
[Print All Pages](wiki-test2.php?gitpage=TechDraw_PrintAll): prints all pages in a document. (v0.21)
-
[Export Page as SVG](wiki-test2.php?gitpage=TechDraw_ExportPageSVG): saves the current page as [SVG](wiki-test2.php?gitpage=SVG) file.
-
[Export Page as DXF](wiki-test2.php?gitpage=TechDraw_ExportPageDXF): saves the current page as [DXF](wiki-test2.php?gitpage=DXF) file.
Views
TechDraw views
-
[Insert View](wiki-test2.php?gitpage=TechDraw_View): adds a representation of one or more objects. (v1.0) : It can create a single view, a [Projection Group](wiki-test2.php?gitpage=TechDraw_ProjectionGroup), a [Spreadsheet View](wiki-test2.php?gitpage=TechDraw_SpreadsheetView), an [Arch View](wiki-test2.php?gitpage=TechDraw_ArchView), a [Symbol](wiki-test2.php?gitpage=TechDraw_Symbol) or an [Image View](wiki-test2.php?gitpage=TechDraw_Image).
-
[Insert Broken View](wiki-test2.php?gitpage=TechDraw_BrokenView): adds a broken view of one or more objects. (v1.0)
-
[Insert Section View](wiki-test2.php?gitpage=TechDraw_SectionView): inserts a cross-section view of an existing view.
-
[Insert Complex Section View](wiki-test2.php?gitpage=TechDraw_ComplexSection): inserts a cross-section view of an existing view based on a profile. (v0.21)
-
[Insert Detail View](wiki-test2.php?gitpage=TechDraw_DetailView): inserts a detail view of a portion of an existing view.
-
[Insert Projection Group](wiki-test2.php?gitpage=TechDraw_ProjectionGroup): invokes a dialog to create multiple views of an object from different directions. (v1.0) : The [Insert View](wiki-test2.php?gitpage=TechDraw_View) tool can be used instead.
-
[Insert Clip Group](wiki-test2.php?gitpage=TechDraw_ClipGroup): inserts a clip group.
-
[Insert SVG Symbol](wiki-test2.php?gitpage=TechDraw_Symbol): inserts a symbol from a [SVG](wiki-test2.php?gitpage=SVG) file into a page. (v1.0) : The [Insert View](wiki-test2.php?gitpage=TechDraw_View) tool can be used instead.
-
[Insert Bitmap Image](wiki-test2.php?gitpage=TechDraw_Image): inserts a PNG or JPG [bitmap](wiki-test2.php?gitpage=bitmap) image into a page. (v1.0) : The [Insert View](wiki-test2.php?gitpage=TechDraw_View) tool can be used instead.
-
[Share View](wiki-test2.php?gitpage=TechDraw_ShareView): shares a view between multiple pages.
-
[Turn View Frames On/Off](wiki-test2.php?gitpage=TechDraw_ToggleFrame): turns on/off frames and labels surrounding a view.
-
[Project Shape](wiki-test2.php?gitpage=TechDraw_ProjectShape): creates projections of shapes in the [3D view](wiki-test2.php?gitpage=3D_view).
Views from other workbenches
-
[Insert Active View](wiki-test2.php?gitpage=TechDraw_ActiveView): inserts a view of the active 3D view.
-
[Insert Draft Workbench Object](wiki-test2.php?gitpage=TechDraw_DraftView): inserts a view of a [Draft Workbench](wiki-test2.php?gitpage=Draft_Workbench) object.
-
[Insert BIM Workbench Object](wiki-test2.php?gitpage=TechDraw_ArchView): inserts a view of a [BIM Workbench](wiki-test2.php?gitpage=BIM_Workbench) [Arch Section Plane](wiki-test2.php?gitpage=Arch_SectionPlane) object. (v1.0) : The [Insert View](wiki-test2.php?gitpage=TechDraw_View) tool can be used instead.
-
[Insert Spreadsheet View](wiki-test2.php?gitpage=TechDraw_SpreadsheetView): inserts a view of a [Spreadsheet Workbench](wiki-test2.php?gitpage=Spreadsheet_Workbench) sheet. (v1.0) : The [Insert View](wiki-test2.php?gitpage=TechDraw_View) tool can be used instead.
Stacking
These are tools for changing the stacking order which controls the apparent depth of views on a page.
-
Adjust Stacking Order:
-
[Move view to top of stack](wiki-test2.php?gitpage=TechDraw_StackTop): moves views to the top of the stacking order. (v0.21)
-
[Move view to bottom of stack](wiki-test2.php?gitpage=TechDraw_StackBottom): moves views to the bottom of the stacking order. (v0.21)
-
[Move view up one level](wiki-test2.php?gitpage=TechDraw_StackUp): moves views up one level in the stacking order. (v0.21)
-
[Move view down one level](wiki-test2.php?gitpage=TechDraw_StackDown): moves views down one level in the stacking order. (v0.21)
Dimensions
-
Dimensions:
-
[Insert Dimension](wiki-test2.php?gitpage=TechDraw_Dimension): adds a contextual dimension. (v1.0)
-
[Insert Length Dimension](wiki-test2.php?gitpage=TechDraw_LengthDimension): adds a length dimension.
-
[Insert Horizontal Dimension](wiki-test2.php?gitpage=TechDraw_HorizontalDimension): adds a horizontal length dimension.
-
[Insert Vertical Dimension](wiki-test2.php?gitpage=TechDraw_VerticalDimension): adds a vertical length dimension.
-
[Insert Radius Dimension](wiki-test2.php?gitpage=TechDraw_RadiusDimension): adds a radius dimension to a circle or circular arc.
-
[Insert Diameter Dimension](wiki-test2.php?gitpage=TechDraw_DiameterDimension): adds a diameter dimension to a circle or a circular arc.
-
[Insert Angle Dimension](wiki-test2.php?gitpage=TechDraw_AngleDimension): adds an angle dimension between two straight edges.
-
[Insert 3-Point Angle Dimension](wiki-test2.php?gitpage=TechDraw_3PtAngleDimension): adds an angle dimension using three vertices.
-
[Insert Area Annotation](wiki-test2.php?gitpage=TechDraw_AreaDimension): adds an area dimension to a face. (v1.0)
-
[Create Arc Length Dimension](wiki-test2.php?gitpage=TechDraw_ExtensionCreateLengthArc): creates an arc length dimension.
-
[Insert Horizontal Extent Dimension](wiki-test2.php?gitpage=TechDraw_HorizontalExtentDimension): adds a horizontal extent dimension.
-
[Insert Vertical Extent Dimension](wiki-test2.php?gitpage=TechDraw_VerticalExtentDimension): adds a vertical extent dimension.
-
[Create Horizontal Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateHorizChainDimension): creates a sequence of aligned horizontal dimensions.
-
[Create Vertical Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateVertChainDimension): creates a sequence of aligned vertical dimensions.
-
[Create Oblique Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateObliqueChainDimension): creates a sequence of aligned oblique dimensions.
-
[Create Horizontal Coordinate Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateHorizCoordDimension): creates multiple evenly spaced horizontal dimensions starting from the same baseline.
-
[Create Vertical Coordinate Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateVertCoordDimension): creates multiple evenly spaced vertical dimensions starting from the same baseline.
-
[Create Oblique Coordinate Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCreateObliqueCoordDimension): creates multiple evenly spaced oblique dimensions starting from the same baseline.
-
[Create Horizontal Chamfer Dimension](wiki-test2.php?gitpage=TechDraw_ExtensionCreateHorizChamferDimension): creates a horizontal size and angle dimension for a chamfer.
-
[Create Vertical Chamfer Dimension](wiki-test2.php?gitpage=TechDraw_ExtensionCreateVertChamferDimension): creates a vertical size and angle dimension for a chamfer.
-
[Insert Balloon Annotation](wiki-test2.php?gitpage=TechDraw_Balloon): adds a \"balloon\" annotation to a page.
-
[Insert Axonometric Length Dimension](wiki-test2.php?gitpage=TechDraw_AxoLengthDimension): adds an axonometric length dimension. (v0.21)
-
[Insert Landmark Dimension - EXPERIMENTAL](wiki-test2.php?gitpage=TechDraw_LandmarkDimension): adds a landmark distance dimension.
-
[Dimension Repair](wiki-test2.php?gitpage=TechDraw_DimensionRepair): can adjust the 2D or 3D geometry references of a dimension. (v0.21)
-
[Link Dimension to 3D Geometry](wiki-test2.php?gitpage=TechDraw_LinkDimension): links an existing dimension to the 3D geometry (deprecated).
Hatching
-
[Hatch Face using Image File](wiki-test2.php?gitpage=TechDraw_Hatch): applies a hatch pattern from a file to a face.
-
[Apply Geometric Hatch to Face](wiki-test2.php?gitpage=TechDraw_GeometricHatch): applies a hatch pattern to a face using an Autodesk PAT specification.
Annotations
-
[Insert Annotation](wiki-test2.php?gitpage=TechDraw_Annotation): adds a plain text block as annotation.
-
[Add Leaderline to View](wiki-test2.php?gitpage=TechDraw_LeaderLine): adds a leaderline to a view.
-
[Insert Rich Text Annotation](wiki-test2.php?gitpage=TechDraw_RichTextAnnotation): adds an rich text block as annotation to a leaderline or a view.
-
Add Cosmetic Vertices:
-
[Add Cosmetic Vertex](wiki-test2.php?gitpage=TechDraw_CosmeticVertex): adds a Vertex which is not part of the source geometry.
-
[Add Midpoint Vertices](wiki-test2.php?gitpage=TechDraw_Midpoints): adds Cosmetic Vertices at midpoints of selected edges.
-
[Add Quadrant Vertices](wiki-test2.php?gitpage=TechDraw_Quadrants): adds Cosmetic Vertices at quarter points of selected (circular) edges.
-
Add Centerlines:
-
[Add Centerline to Faces](wiki-test2.php?gitpage=TechDraw_FaceCenterLine): adds a centerline to selected face(s).
-
[Add Centerline between 2 Lines](wiki-test2.php?gitpage=TechDraw_2LineCenterLine): adds a centerline between 2 lines.
-
[Add Centerline between 2 Points](wiki-test2.php?gitpage=TechDraw_2PointCenterLine): adds a centerline between 2 points.
-
[Add Cosmetic Line Through 2 points](wiki-test2.php?gitpage=TechDraw_2PointCosmeticLine): adds a cosmetic line connecting 2 vertices.
-
[Add Cosmetic Circle](wiki-test2.php?gitpage=TechDraw_CosmeticCircle): adds a cosmetic circle. (v1.0)
-
[Change Appearance of Lines](wiki-test2.php?gitpage=TechDraw_DecorateLine): changes the appearance of selected line(s).
-
[Show/Hide Invisible Edges](wiki-test2.php?gitpage=TechDraw_ShowAll): shows/hides invisible lines/edges in a view.
-
[Add Welding Information to Leader](wiki-test2.php?gitpage=TechDraw_WeldSymbol): adds welding specifications to an existing leaderline.
-
[Add Surface Finish Symbol](wiki-test2.php?gitpage=TechDraw_SurfaceFinishSymbols): adds a surface finish symbol to a page. (v0.21)
-
[Add Hole/Shaft Fit](wiki-test2.php?gitpage=TechDraw_HoleShaftFit): adds hole or shaft tolerances using ISO 286 to a dimension. (v0.21)
Extensions
Attributes and modifications
-
[Select Line Attributes, Cascade Spacing and Delta Distance](wiki-test2.php?gitpage=TechDraw_ExtensionSelectLineAttributes): selects the attributes (style, width and color) for new cosmetic lines and centerlines, and specifies the cascade spacing and delta distance.
-
[Change Line Attributes](wiki-test2.php?gitpage=TechDraw_ExtensionChangeLineAttributes): changes the attributes (style, width and color) of cosmetic lines and centerlines.
-
Change Length of Cosmetic Lines or Centerlines:
-
[Extend Line](wiki-test2.php?gitpage=TechDraw_ExtensionExtendLine): extends a cosmetic line or centerline at both ends.
-
[Shorten Line](wiki-test2.php?gitpage=TechDraw_ExtensionShortenLine): shortens a cosmetic line or centerline at both ends.
-
[Lock/Unlock View](wiki-test2.php?gitpage=TechDraw_ExtensionLockUnlockView): locks or unlocks the position of a view.
-
[Position Section View](wiki-test2.php?gitpage=TechDraw_ExtensionPositionSectionView): orthogonally aligns a section view with its source view.
-
Align Dimensions:
-
[Position Horizontal Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionPosHorizChainDimension): aligns horizontal dimensions to create a chain dimension.
-
[Position Vertical Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionPosVertChainDimension): aligns vertical dimensions to create a chain dimension.
-
[Position Oblique Chain Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionPosObliqueChainDimension): aligns oblique dimensions to create a chain dimension.
-
Evenly Space Dimensions:
-
[Cascade Horizontal Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCascadeHorizDimension): evenly spaces horizontal dimensions.
-
[Cascade Vertical Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCascadeVertDimension): evenly spaces vertical dimensions.
-
[Cascade Oblique Dimensions](wiki-test2.php?gitpage=TechDraw_ExtensionCascadeObliqueDimension): evenly spaces oblique dimensions.
-
[Calculate the area of selected faces](wiki-test2.php?gitpage=TechDraw_ExtensionAreaAnnotation): calculates the area of selected faces and inserts an area annotation.
-
[Calculate the arc length of selected edges](wiki-test2.php?gitpage=TechDraw_ExtensionArcLengthAnnotation): calculates the arc length of selected edges and inserts an arc length annotation. (v1.0)
-
[Customize format label](wiki-test2.php?gitpage=TechDraw_ExtensionCustomizeFormat): customizes the formatting of a balloon text or dimension text. GD&T symbols and other special character can be added.
Centerlines and threading
-
Add Centerlines:
-
[Add Circle Centerlines](wiki-test2.php?gitpage=TechDraw_ExtensionCircleCenterLines): adds centerlines to circles and arcs.
-
[Add Bolt Circle Centerlines](wiki-test2.php?gitpage=TechDraw_ExtensionHoleCircle): adds centerlines to a circular pattern of circles.
-
Add Cosmetic Threads:
-
[Add Cosmetic Thread Hole Side View](wiki-test2.php?gitpage=TechDraw_ExtensionThreadHoleSide): adds a cosmetic thread to the side view of a hole.
-
[Add Cosmetic Thread Hole Bottom View](wiki-test2.php?gitpage=TechDraw_ExtensionThreadHoleBottom): adds a cosmetic thread to the top or bottom view of holes.
-
[Add Cosmetic Thread Bolt Side View](wiki-test2.php?gitpage=TechDraw_ExtensionThreadBoltSide): adds a cosmetic thread to the side view of a bolt/screw/rod.
-
[Add Cosmetic Thread Bolt Bottom View](wiki-test2.php?gitpage=TechDraw_ExtensionThreadBoltBottom): adds a cosmetic thread to the top or bottom view of bolts/screws/rods.
-
Add Vertexes:
-
[Add Cosmetic Intersection Vertex(es)](wiki-test2.php?gitpage=TechDraw_ExtensionVertexAtIntersection): adds cosmetic vertex(es) at the intersection(s) of selected edges.
-
[Add an offset vertex](wiki-test2.php?gitpage=TechDraw_CommandAddOffsetVertex): adds a cosmetic vertex at a specified offset from a selected vertex. (v1.0)
-
Add Cosmetic Circles or Arcs:
-
[Add Cosmetic Circle](wiki-test2.php?gitpage=TechDraw_ExtensionDrawCosmCircle): adds a cosmetic circle based on two vertexes.
-
[Add Cosmetic Arc](wiki-test2.php?gitpage=TechDraw_ExtensionDrawCosmArc): adds a cosmetic counter clockwise arc based on three vertexes.
-
[Add Cosmetic Circle 3 Points](wiki-test2.php?gitpage=TechDraw_ExtensionDrawCosmCircle3Points): adds a cosmetic circle based on three vertexes.
-
Add Cosmetic Parallel or Perpendicular Lines:
-
[Add Cosmetic Parallel Line](wiki-test2.php?gitpage=TechDraw_ExtensionLineParallel): adds a cosmetic line parallel to another line through a vertex.
-
[Add Cosmetic Perpendicular Line](wiki-test2.php?gitpage=TechDraw_ExtensionLinePerpendicular): adds a cosmetic line perpendicular to another line through a vertex.
Dimensions
Several of the Extensions dimension tools are listed under Dimensions above.
-
Insert Prefix:
-
[Insert \'⌀\' Prefix](wiki-test2.php?gitpage=TechDraw_ExtensionInsertDiameter): inserts a \'⌀\' symbol at the beginning of the dimension text.
-
[Insert \'□\' Prefix](wiki-test2.php?gitpage=TechDraw_ExtensionInsertSquare): inserts a \'□\' symbol at the beginning of the dimension text.
-
[Insert \'n×\' Prefix](wiki-test2.php?gitpage=TechDraw_ExtensionInsertRepetition): inserts a repeated feature count at the beginning of the dimension text. (v1.0)
-
[Remove Prefix](wiki-test2.php?gitpage=TechDraw_ExtensionRemovePrefixChar): removes all symbols at the beginning of the dimension text.
-
Change Decimal Places:
-
[Increase Decimal Places](wiki-test2.php?gitpage=TechDraw_ExtensionIncreaseDecimal): increases the number of decimal places of the dimension text.
-
[Decrease Decimal Places](wiki-test2.php?gitpage=TechDraw_ExtensionDecreaseDecimal): decreases the number of decimal places of the dimension text.
Miscellaneous
-
[Remove Cosmetic Object](wiki-test2.php?gitpage=TechDraw_CosmeticEraser): removes cosmetic objects from a page.
Obsolete tools
-
[Add View to Clip Group](wiki-test2.php?gitpage=TechDraw_ClipGroupAdd): adds an existing view to a clip group. Not available in (v1.0) .
-
[Remove View from Clip Group](wiki-test2.php?gitpage=TechDraw_ClipGroupRemove): removes a view from a clip group. Not available in (v1.0) .
-
[Move View](wiki-test2.php?gitpage=TechDraw_MoveView): moves a view and its dependents to a different page. Not available in (v1.0) .
Additional features
- Line Groups: to control the appearance of various types of lines.
- Templates: the default templates defined for the drawing pages.
- Hatching: explanation of the different hatching techniques.
- Geometric dimensioning and tolerancing: explanation on how to achieve geometric dimensioning and tolerancing.
Preferences
-
[Preferences](wiki-test2.php?gitpage=TechDraw_Preferences): preferences for the default values of the drawing page such as projection angle, colors, text sizes, and line styles.
Scripting
The TechDraw tools can be used in macros and from the Python console. For more information see:
Limitations
- Do not cut, copy and paste TechDraw objects in the Tree view as this generally does not work out well.
- Do not drag TechDraw objects in the Tree view with the mouse.
Tutorials
- Basic TechDraw Tutorial: introduction to creating drawings with the TechDraw Workbench.
- Creating a new template: instructions to create a new page template in Inkscape for using with the TechDraw Workbench.
- TechDraw TemplateGenerator: instructions to create a macro for generating a basic template.
: A \"few\" added lines of code result in a tool like the Macro TemplateHelper.
- Measurement Of Angles On Holes: instructions for adding centerlines and subsequent angle representations on holes.
- Miscellaneous: instructions for different settings like center marks, etc.
- TechDraw Pitch Circle Tutorial: instructions for adding a pitch circle.
Video tutorials by sliptonic
- TechDraw Workbench Part 1 (Basics), Part 2 (Dimensions), Part 3 (Multiview)
- TechDraw Workbench Part 4 (Section and Detail), Part 5 (Customizing Templates)
Development
Do you want to know about the future of the TechDraw Workbench? Visit the TechDraw Roadmap Page to learn more.
{{TechDraw_Tools_navi}}
⏵ documentation index > Workbenches > TechDraw > TechDraw Workbench
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/TechDraw_Workbench.md