User hub/ro: 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:
Dacă doriți să știți cum a început dezvoltarea FreeCAD cu ani în urmă vizitați pagina [[History|History]] .
Dacă doriți să știți cum a început dezvoltarea FreeCAD cu ani în urmă vizitați pagina [[History|History]] .


<span id="Using_FreeCAD"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
__NOTOC__
__NOTOC__
Line 21: Line 22:
</div>
</div>


<span id="Introduction"></span>
===Introducere===
===Introducere===


Line 42: Line 44:
* [[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">
===Basic Application===
===Basic Application===
Line 56: Line 59:
</div>
</div>


<span id="Workbenches"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Ateliere===
===Ateliere===
Line 80: Line 84:
* [[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 108: Line 112:
* [[Image:Workbench_Web.svg|32px]] The [[Web_Workbench|Web Workbench]] provides you with a browser window instead of the [[3D view|3D view]] within FreeCAD.
* [[Image:Workbench_Web.svg|32px]] The [[Web_Workbench|Web Workbench]] provides you with a browser window instead of the [[3D view|3D view]] within FreeCAD.


<span id="Macros"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Macrocomenzi===
===Macrocomenzi===
Line 120: Line 125:
Since FreeCAD 0.17, many macros can be installed using the [[Std_AddonMgr|Addon Manager]]. For a list of the macros refer to the [[Macros_recipes|Macros recipes]] page. For manual installation see [[How_to_install_macros|How to install macros]].
Since FreeCAD 0.17, many macros can be installed using the [[Std_AddonMgr|Addon Manager]]. For a list of the macros refer to the [[Macros_recipes|Macros recipes]] page. For manual installation see [[How_to_install_macros|How to install macros]].


<span id="External_workbenches"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Ateliere Externes===
===Ateliere Externes===
Line 131: Line 137:
Since FreeCAD 0.17, many workbenches can be installed using the [[Std_AddonMgr|Addon Manager]]. For manual installation see [[How_to_install_additional_workbenches|How to install additional workbenches]].
Since FreeCAD 0.17, many workbenches can be installed using the [[Std_AddonMgr|Addon Manager]]. For manual installation see [[How_to_install_additional_workbenches|How to install additional workbenches]].


<span id="Reference"></span>
==Referințe==
==Referințe==


Line 148: Line 155:
</div>
</div>


<span id="More"></span>
== Suplimentar ==
== Suplimentar ==



Revision as of 22:01, 20 March 2023


Aceasta este zona principală de ajutor pentru noii veniți la FreeCAD.

Rețineți că, la fel ca FreeCAD în sine, aceste pagini sunt în continuă dezvoltare, motiv pentru care în prezent există încă o documentație lipsă sau învechită .

Dacă doriți să contribuiți la FreeCAD, consultați pagina Help FreeCAD. Dacă doriți să editați acest wiki, solicitați un cont wiki cu permisiuni de editor în forum și citiți WikiPages pentru regulile generale pe care ar trebui să le urmați.

Dacă doriți să știți cum a început dezvoltarea FreeCAD cu ani în urmă vizitați pagina History .

Utilizare FreeCAD

Introducere

Migrating from other software?

Basic Application

Ateliere

These are the base workbenches bundled with every installation of FreeCAD:

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.

Macrocomenzi

Power users have written various macros to enhance FreeCAD with more capabilities. For a list of the macros refer to the macros recipes page. For instructions how to install the macros refer to the How to install macros tutorial.

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.

Ateliere Externes

Utilizatorii cu experiență au extins FreeCAD cu diverse ateliere de lucru externe personalizate, care nu sunt integrate în codul sursă FreeCAD, dar sunt ușor de instalat pe o instalare FreeCAD deja existentă. See here pentru o prezentare generală a bancilor de lucru disponibile deja.Pentru instrucțiuni despre instalarea acestor ateliere de lucru, consultați tutorialulHow to install additional 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.

Referințe

Online Help

Acesta este ajutorul online oficial al FreeCAD. Rețineți că întregul sistem de ajutor online se află în prezent în procesare. Acesta va fi folosit pentru a genera un fișier .CHM, care va fi distribuit cu pachetele binare ale FreeCAD. În momentul în care ajutorul online sintetizează unele dintre cele mai complete secțiuni ale acestui wiki.

Suplimentar

  • The Power users hub is the place to go if you would like to see more advanced use of FreeCAD
  • The FreeCAD Community Portal lists projects made by community members around FreeCAD.
  • Don't understand a term or phrase as used in FreeCAD? Try the Glossary page.