Uživatelské centrum
Tato část je hlavní nápověda pro nováčky ve FreeCADu.
Mějte prosím na paměti, že stejně jako sám FreeCAD, jsou tyto stránky průběžně ve vývoji. FreeCAD se již teď vyznačuje mnoha zajímavými nástroji pro koncové uživatele a další jsou průběžně přidávány, což je důvodem proč stále ještě chybí finální nebo aktuální dokumentace pro koncového uživatele.
If you'd like to contribute to FreeCAD, please donate, and see the Help FreeCAD page for other ways to contribute. If you'd like to edit this wiki, request a wiki account with editor permissions in the forum, and read the WikiPages for the general guidelines that you should follow.
If you would like to know how FreeCAD started years ago visit the History page.
A máte-li nějaké poznatky, které byste rádi viděli i zde, není důvod abyste nepřispěli a nepomohli nám tento manuál vylepšit. Přejděte na stránku Nápověda FreeCADu , která Vám s tím pomůže začít.
Použití FreeCADu
Úvod
- O aplikaci: Základní přehled FreeCADu
- Instalace: Jak instalovat FreeCAD na Windows, Unix/Linux a Mac
- Začínáme: Rychlý přehled dostupných nástrojů
- FAQ: Často kladené otázky
Migrating from other software?
- Workarounds
- Migrating to FreeCAD from Fusion360
- Migrating to FreeCAD from OnShape
- Migrating to FreeCAD from SolidWorks
- Migrating to FreeCAD from Revit
- FreeCAD BIM migration guide
- BIM applications compatibility table
Základy aplikace
- Model myši: Použití myši k navigaci ve 3D prostoru
- Struktura dokumentu: Jak je organizován dokument FreeCADu
- Volby a přizpůsobení: Jak nakonfigurujete FreeCAD pro Vaše potřeby
- Vlastnosti: Jak fungují vlastnosti objketů ve FreeCADu
- Workbench Concept/cs|Pracovní plocha: Jak je organizováno prostředí FreeCADu
- Makra: Jak snadno zautomatizovat často opakované úlohy
Pracovní plochy
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.
Reference
- Seznam příkazů: Kompletní seznam dostupných příkazů FreeCADu.
Online nápověda
Toto je oficiální online nápověda FreeCADu. Mějte prosím na paměti, že celý systém online nápovědy je v současné době přepracováván. Tento systém nápovědy bude použit pro generování .CHM souboru, který bude distribuován s binárním balíčkem FreeCADu. Právě teď je online nápověda sestavována z některých nejkompletnějších sekcí této wiki.
Dále
- Rozšířené uživatelské centrum je místo kam se můžete podívat na další možnosti využití FreeCADu
- Architektonické práce: Příklad jak FreeCAD může začít získávat svou pozici v architektonické práci...
- Jestli chcete pomoci FreeCADu, podívejte se na stránku Nápověda FreeCADu.
- FreeCAD Komunitní portál zobrazuje seznam projektů vytvořených členy komunity kolem FreCADu.
- 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