Ateliere
FreeCAD, la fel ca multe aplicații de design moderne, precum Revit sau CATIA, se bazează pe conceptul de Workbench. Un atelier poate fi considerat un set de instrumente special grupate pentru o anumită sarcină. Într-un atelier de mobilier tradițional, veți avea o masă de lucru pentru persoana care lucrează cu lemn, un altul pentru cel care lucrează cu piese de metal și poate un al treilea pentru tipul care montează toate piesele împreună.
În FreeCAD, se aplică același concept. Instrumentele sunt grupate în ateliere în funcție de sarcinile cu care sunt legate.
Când treceți de la un atelier la altul, se schimbă instrumentele disponibile pe interfață. Barele de instrumente, barele de comandă și, eventual, alte părți ale interfeței comută la noul tabel de lucru, dar conținutul scenei dvs. nu se schimbă. Ați putea, de exemplu, să începeți desenarea unor forme 2D cu Workbench Draft, apoi să lucrați mai departe pe ele cu Workbench Part.
Rețineți că uneori un Workbench este denumit "Modul". Cu toate acestea, atelierele de lucru și modulele sunt entități diferite. Un modul este orice extensie a FreeCAD, în timp ce un Workbench este o configurație GUI specială care grupează câteva bare de instrumente și meniuri. De obicei, fiecare modul conține propriul său Workbench, de unde și utilizarea încrucișată a numelui.
Ateliere încorporate
Current
Următoarele ateliere sunt disponibile pentru fiecare instalare FreeCAD:
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 Assembly Workbench for building and solving mechanical assemblies. introduced in version 1.0
The BIM Workbench for working with architectural elements and creating BIM models. It combines the Arch Workbench and the formerly external BIM Workbench available in version 0.21 and below.
The CAM Workbench is used to produce G-Code instructions. This workbench was called "Path Workbench" in version 0.21 and below.
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. Still in the early stages of development.
The Material Workbench handles the FreeCAD material system. introduced in version 1.0
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 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.
The Robot Workbench for studying robot movements. Currently unmaintained.
The Sketcher Workbench for working with geometry-constrained sketches.
The Spreadsheet Workbench for creating and manipulating spreadsheet data.
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.
Obsolete
The following workbenches are no longer included after version 0.21:
The Start Workbench allows you to quickly jump to one of the most common workbenches.
The Web Workbench provides you with a browser window instead of the 3D view within FreeCAD.
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. Its 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.
Ateliere externe
Atelierele de lucru FreeCAD sunt ușor de programat în Python, prin urmare, mulți oameni dezvoltă ateliere suplimentare în afara grupului principal de dezvoltatori FreeCAD.
Pagina external workbenches conține câteva informații și tutoriale despre unele dintre ele, iar proiectul FreeCAD Addons are ca scop colectarea acestora și facilitarea instalării acestora în cadrul FreeCAD .

- 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, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub