User hub/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 16: Line 16:
If you would like to know how FreeCAD started years ago visit the [[History|History]] page.
If you would like to know how FreeCAD started years ago visit the [[History|History]] page.


<span id="Using_FreeCAD"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
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 [[Help FreeCAD/cs|Nápověda FreeCADu]] , která Vám s tím pomůže začít.
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 [[Help FreeCAD/cs|Nápověda FreeCADu]] , která Vám s tím pomůže začít.
Line 22: Line 23:
</div>
</div>


<span id="Introduction"></span>
===Úvod===
===Úvod===


Line 41: Line 43:
* [[BIM_application_compatibility_table|BIM applications compatibility table]]
* [[BIM_application_compatibility_table|BIM applications compatibility table]]


<span id="Basic_application"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Základy aplikace===
===Základy aplikace===
Line 54: Line 57:
</div>
</div>


<span id="Workbenches"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Pracovní plochy===
===Pracovní plochy===
Line 77: Line 81:
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[Constructive_solid_geometry|constructive solid geometry]] (CSG) model history.
* [[Image:Workbench_OpenSCAD.svg|32px]] The [[OpenSCAD_Workbench|OpenSCAD Workbench]] for interoperability with OpenSCAD and repairing [[Constructive_solid_geometry|constructive solid geometry]] (CSG) model history.


* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with CAD parts.
* [[Image:Workbench_Part.svg|32px]] The [[Part_Workbench|Part Workbench]] for working with geometric primitives and boolean operations.


* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.
* [[Image:Workbench_PartDesign.svg|32px]] The [[PartDesign_Workbench|Part Design Workbench]] for building Part shapes from sketches.
Line 127: Line 131:
</div>
</div>


<span id="Online_Help"></span>
== Online nápověda ==
== Online nápověda ==


Line 138: Line 143:
</div>
</div>


<span id="More"></span>
==Dále==
==Dále==



Revision as of 22:01, 20 March 2023


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

Migrating from other software?

Základy aplikace

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 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 Part Workbench for working with geometric primitives and boolean operations.
  • The Path Workbench is used to produce G-Code instructions. It is still under development.
  • 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.

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

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