Workbenches
O FreeCAD, como outros programas como o Revit ou Catia, é baseado no conceito de bancadas. Uma bancada pode ser considerada como um conjunto de ferramentas agrupadas para fazer uma certa tarefa. Numa oficina de carpintaria tradicional, haveria uma mesa para a pessoa que trabalha com madeira, outra para peças metálicas, e talvez uma terceira para a pessoa que faz a montagem das várias peças.
FreeCAD, like many modern design applications such as Revit or CATIA, is based on the concept of Workbench. A workbench can be considered as a set of tools specially grouped for a certain task. In a traditional furniture workshop, you would have a work table for the person who works with wood, another one for the one who works with metal pieces, and maybe a third one for the guy who mounts all the pieces together.
No FreeCAD aplica-se o mesmo conceito. As ferramentas são agrupadas em bancadas de acordo com as tarefas em que são usadas.
Quando muda de uma bancada para a outra, as ferramentas disponíveis no interface mudam. As barras de ferramentas, barras de comandos e eventualemnte outras partes do interface mudam com a nova bancada, mas os conteúdos do seu trabalho não mudam. Poderia, por exemplo, começar a desenhar formas em 2D com a Bancada de Desenho, e depois fazer mais trabalho na Bancada de Peças.
Note that sometimes a Workbench is referred to as a Module. However, Workbenches and Modules are different entities. A Module is any extension of FreeCAD, while a Workbench is a special type of Module with a GUI configuration (toolbars and menus).
Built-in workbenches
Current
Neste momanto estão disponíveis as seguintes bancadas:
Std Base. This is not really a workbench, but rather a category of 'standard' commands and tools that can be used in all workbenches.
The Arch Workbench for working with architectural elements.
The Draft Workbench contains 2D tools and basic 2D and 3D CAD operations.
The FEM Workbench provides Finite Element Analysis (FEA) workflow.
The Inspection Workbench is made to give you specific tools for examination of shapes. It is still under development.
The Mesh Workbench for working with triangulated meshes.
The OpenSCAD Workbench for interoperability with OpenSCAD and repairing constructive solid geometry (CSG) model history.
The Part Workbench for working with geometric primitives and boolean operations.
The Part Design Workbench for building Part shapes from sketches.
The Path Workbench is used to produce G-Code instructions. It is still under development.
The Points Workbench for working with point clouds.
The Reverse Engineering Workbench is intended to provide specific tools to convert shapes/solids/meshes into parametric FreeCAD-compatible features. It is still under development.
The Robot Workbench for studying robot movements.
The Sketcher Workbench for working with geometry-constrained sketches.
The Spreadsheet Workbench for creating and manipulating spreadsheet data.
The Start Center Workbench allows you to quickly jump to one of the most common workbenches.
The Surface Workbench provides tools to create and modify surfaces. It is similar to the Part Builder Face from edges option.
The TechDraw Workbench for producing technical drawings from 3D models. It is the successor of the Drawing Workbench.
The Test Framework Workbench is for debugging FreeCAD.
The Web Workbench provides you with a browser window instead of the 3D view within FreeCAD.
Obsolete
The following workbenches are no longer included after version 0.20:
The Drawing Workbench was used for producing technical drawings. The TechDraw Workbench is its more advanced replacement.
The Image Workbench was used for working with bitmap images. It functionality has been integrated in Std Base. See Std Import and Std ViewLoadImage.
The Raytracing Workbench was used for ray-tracing (rendering). The external Render Workbench should be used instead.
External workbenches
FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main development area.
The external workbenches page lists all that are known to this community. Most are easily installable from within FreeCAD, using the Addon Manager, found under menu Tools → Addon manager.

- 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