User hub/hr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 6: Line 6:
Ovo je osnovno područje pomoći za novo pridošle korisnike FreeCAD programa.
Ovo je osnovno područje pomoći za novo pridošle korisnike FreeCAD programa.


Like FreeCAD itself, these pages are in continuous development, and so there may be missing or outdated information.
These pages are in continuous development, so there may be missing or outdated information. If you cannot find the information that you need, don't hesitate to ask in the [http://forum.freecadweb.org FreeCAD forum].


If you'd like to contribute to FreeCAD, see the [[Help FreeCAD|Help FreeCAD]] page. If you'd like to edit this wiki, request a wiki account with editor permissions [https://forum.freecadweb.org/viewtopic.php?f=21&t=6830 in the forum], and read the [[WikiPages|WikiPages]] for the general guidelines that you should follow.
But don't feel discouraged, if you cannot find the information you need, don't hesitate to ask. You can leave comments about FreeCAD, ask questions, and discuss about this wiki in the [http://forum.freecadweb.org FreeCAD forum].

If you'd like to contribute to FreeCAD, see the [[Help FreeCAD|Help FreeCAD]] page. If you'd like to edit this wiki, request a wiki account with editor permissions [https://forum.freecadweb.org/viewtopic.php?f=21&t=6830 in the forum], and read the [[WikiPages|WikiPages]] for the general rules that you should follow.


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.
Line 31: Line 29:
</div>
</div>


===Basic Application===
===Basic application===


* [[Interface|Interface]]: the FreeCAD interface is composed of various graphical elements on the screen, including the [[3D view|3D view]], the [[tree view|tree view]], the [[property editor|property editor]], the [[task panel|task panel]], and the [[Python console|Python console]].
* [[Mouse Model|Mouse Model]]: The use of the mouse to navigate in the 3D space
* [[Mouse Model|Mouse navigation]]: the different types of using the mouse or trackpad to navigate in the 3D view.
* [[Document structure|Document structure]]: How a FreeCAD document is organized
* [[Preferences_Editor|Preferences Editor]]: the system that allows you to control many properties of the base system and of the individual workbenches.
* [[Preferences Editor|Preferences]] and [[Interface Customization|Customization]]: How you can configure FreeCAD to your needs
* [[Property editor|Properties]]: How objects properties work in FreeCAD
* [[Import_Export|File formats]]: the different file formats that FreeCAD can read and write.
* [[Workbenches|Workbench Concept]]: How the FreeCAD interface is organized
* [[Macros|Macros]]: How to easily automate often repeated tasks
* [[Import_Export|File formats]]: The different file formats that FreeCAD can read and write


<div class="mw-translate-fuzzy">
=== Radni stolovi ===
=== Radni stolovi ===
</div>

[[Workbenches|Workbenches]] are collections of tools that are used for a relatively specific task.

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


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 82: Line 83:
</div>
</div>


===External Workbenches===
===Macros===
Power users have extended FreeCAD with various custom [[External_workbenches|external workbenches]] that are not integrated into the FreeCAD source code, but are easy to install on an existing FreeCAD installation. See [[external workbenches|external workbenches]] for an overview of these workbenches.


[[Macros|macros]] are relatively small snippets of [[Python|Python]] code that perform a simple or a complex task that is not available in the base FreeCAD system.
Since FreeCAD 0.17 these workbenches can be installed using the [[Std AddonMgr|Addon Manager]]. For manual installation see [[How to install additional workbenches|How to install additional workbenches]].


===Macros===
Power users have written various [[macros|macros]] to enhance FreeCAD with more capabilities.
Power users have written various [[macros|macros]] to enhance FreeCAD with more capabilities.


Since FreeCAD 0.17 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]].

===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|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 [[Std AddonMgr|Addon Manager]]. For manual installation see [[How to install additional workbenches|How to install additional workbenches]].


==Smjernice==
==Smjernice==
Line 113: Line 120:
{{Userdocnavi}}
{{Userdocnavi}}


<div class="mw-translate-fuzzy">
[[Category:Hubs/hr]]
[[Category:Hubs/hr]]
[[Category:User Documentation/hr]]
[[Category:User Documentation/hr]]
</div>

[[Category:User Documentation]]

Revision as of 06:34, 30 September 2019


150
150

Ovo je osnovno područje pomoći za novo pridošle korisnike FreeCAD programa.

These pages are in continuous development, so there may be missing or outdated information. If you cannot find the information that you need, don't hesitate to ask in the FreeCAD forum.

If you'd like to contribute to FreeCAD, see the Help FreeCAD page. 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.


Korištenje FreeCAD-a

Predstavljanje

Basic application

Radni stolovi

Workbenches are collections of tools that are used for a relatively specific task.

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

  • The Arch Workbench for working with architectural elements.
  • The Complete Workbench hold all commands and features from all the modules and workbenches which met certain quality criteria.
  • The Draft Workbench contains 2D tools and basic 2D and 3D CAD operations.
  • The Drawing Workbench for displaying your 3D work on a 2D sheet.
  • The FEM Workbench provides Finite Element Analysis (FEA) workflow.

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.

Smjernice

  • Komande: Kompletna lista postojećih FreeCAD komandi.

Online Pomoć

This is the official FreeCAD online help. Please note that the whole online help system is currently being reworked. It will be used to generate a .CHM file, that will be distributed with the binary packages of FreeCAD. At the moment the online help summarizes some of the most complete sections of this wiki.

Više

  • 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.