Drawing tutorial
Topic |
---|
Blueprints / Drawings |
Level |
Beginner |
Time to complete |
15 minutes |
Authors |
Drei |
FreeCAD version |
0.16 or above |
Example files |
See also |
None |
Introduction
This tutorial is meant to introduce the reader to the basic workflow of the Drawing Workbench, as well as most of the tools that are available to create blueprints.
Requirements
- FreeCAD version 0.16 or above
- The reader has the basic knowledge to use the Part and PartDesign Workbenches
- The reader has finished the Draft tutorial
Procedure
Preparations
To reduce the time required for this tutorial, it is compulsory to group together similar elements in the Tree View to apply operations at the same time to several elements.
Grouping elements
- In the Tree View, right-click on the name of the document. In this case Unnamed.
- Select Create group. You can alter the name of the group by double clicking on it from the Tree View.
- Select the elements that you wish to add and drag them into the group
Create the following groups:
- Draft_objects
- Draft_dimensions
- Draft_annotations_text
Drawing Templates
Templates are the base for the creation of Drawings, you can use the templates provided or create your own.
- Slect the dropdown menu next to
New A3 landscape drawing
- Select A4 Landscape
We now have a folder called Page in the Tree View. This object will contain everything related to the Drawing.
Projections
Projections are defined as the visual representation of an object on a specific plane, it displays the properties of the object that are visible from that specific orientation.
Orthographic Projections
These are used in Engineering to specify the properties of an object that will be machined. There are two common standards: Third Angle and First Angle projections.
For this tutorial, these projections aren't used because our objects only have a meaningful representation in the XY plane.
- Select the object you wish to project into the drawing.
- Select
Ortho Views
- Select the type of projection you want to use
- Select the view you want to add
In the General and Axonometric tabs you can specify the location, scale and separation of each view.
Other Part Projections
It is possible to create custom views of the object.
- Select the object you wish to project into the drawing.
- Select
Insert a view
- In the Data tab edit the Direction of the Shape View by altering the values for the X, Y, and Z axes. By default, the values are (0, 0, 1)
You can also alter the location, scale and rotation of the View from within the Data tab. The same can be done for the Orthographic Projections.
Draft Projections
The preferred way to add elements created in the Draft Workbench is with a tool contained in the Draft Workbench designed specifically for this. With this procedure, it is possible to import Dimensions, Annotations, Shapestrings and any other element created whithin the Draft Workbench.
- Switch to the Draft Workbench
- Select the group or elements that you wish to project. In this case Draft_dimensions
- Select
Drawing
- Edit the X and Y coordinates to (140,100)
- Set the scale to 0.5
Repeat for each group and set the values to the ones specified above.
Exporting your work
FreeCAD supports the export of SVG and PDF files based on your Drawings
SVG
- Select
Save sheet
- Specify the path and name of the exported file
- In the File menu, select Export PDF ...
- Specify the path and name of the exported file
We are now finished with the basic workflow for the Drawing Workbench.
Recommended Reading
- To learn how to create custom templates see Drawing Template HowTo
- For more information about the tools available check out the Drawing Workbench page

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Arch, Draft, FEM, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Hubs: User hub, Power users hub, Developer hub