User hub/pt
Esta área é a principal área de ajuda para os recém chegados ao FreeCAD.
Por favor note que, como o próprio FreeCAD, essas páginas estão em desenvolvimento contínuo. FreeCAD já dispõe de muitas ferramentas interessantes para o usuário final, e mais são continuamente adicionadas, razão pela qual actualmente ainda falta documentação para o usuário final ou esta desactualizada.
E se você tiver alguma informação que você gostaria de aparecer aqui, por que não contribuir, e nos ajudar a fazer crescer este manual. Página Ajuda FreeCAD, que irá ajudá-lo a começar.
Se você gostaria de saber como começou o desenvolvimento de FreeCADa anos atrás visite a página History.
Se tiver alguma informação que gostaria que aparecesse aqui, porque não contribuir a ajudar este manual a crescer? É fácil escrever páginas wiki, a página This page vai ajudá-lo a começar.
Usando o FreeCAD
Introdução
- Acerca do FreeCAD: Uma visão geral do FreeCAD
- Instalação do FreeCAD: Como instalar o FreeCAD no Instalação em Windows|Windows e no Instalação em Linux|Linux
- Primeiros passos: Uma visão geral das ferramentas disponíveis
- FAQ: Perguntas frequentes
Migrando de outro software?
- Funções alternativas
- Migrar para o FreeCAD do Fusion360
- Migrar para o FreeCAD do OnShape
- Migrar para o FreeCAD do SolidWorks
- Migrar para o FreeCAD do Revit
- FreeCAD BIM migration guide
- BIM applications compatibility table
Programa Básico
- Utilização do Rato: Como usar o rato(mouse) para navegar no espaço 3D
- Estrutura dos documentos: A organização dos documentos FreeCAD
- Preferencias e Personalização: Como pode configurar o FreeCAD conforme as suas necessidades
- Propriedades: Como as propriedades dos objetos funcionam no FreeCAD
- Conceito de bancadas: Como o interface do FreeCAD é organizado
- Macros: Como automatizar facilmente tarefas repetidas frequentemente
Bancadas
Workbenches are collections of tools used for specific tasks. These are the base workbenches bundled with every FreeCAD installation:
Standard tools. These commands and tools are present 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.
The Test Framework Workbench is for debugging FreeCAD.
Macros
Macros are relatively small snippets of Python code that perform a simple or a complex task that is not available in the base FreeCAD system.
Power users have written various macros to enhance FreeCAD with more capabilities.
Since FreeCAD 0.17, many macros can be installed using the Addon Manager. For a list of the macros refer to the Macros recipes page. For manual installation see How to install macros.
External workbenches
When many macros or functions are developed together, and are organized in toolbars and menus, they can become a new workbench.
External workbenches are collections of functions that are not part of the base FreeCAD system, usually developed by experienced users, and targeting a particular need.
Since FreeCAD 0.17, many workbenches can be installed using the Addon Manager. For manual installation see How to install additional workbenches.
Referências
- Lista de Comandos: Uma lista completa dos comandos do FreeCAD disponíveis
Ajuda Online
Esta é a ajuda online oficial do FreeCAD. Note que o sistema de ajuda online está neste momento a ser refeito. Será usado para gerar um ficheiro .CHM, que virá com as distribuições em binário do FreeCAD. Neste momento a ajuda online sumariza algumas das secções mais completas deste wiki.
Mais
- A Área dos utilizadores experientes é para onde se deve dirigir se quiser ver utilizações mais avançadas do FreeCAD
- Architecture workflow : Um exemplo de como o FreeCAD pode começar a ser colocado num workflow de arquitetura...
- Se quiser ajudar o FreeCAD, dirija-se para a página Ajudar o FreeCAD
- O FreeCAD Community Portal contém uma lista de projetos feitos por membros da comunidade com o FreeCAD.
- Don't understand a term or phrase as used in FreeCAD? Try the Glossary 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, 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