User hub: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (moved templates out of translation tags)
(11 intermediate revisions by 6 users not shown)
Line 28: Line 28:
<!--T:7-->
<!--T:7-->
* [[About FreeCAD|Application Overview]]: A general overview of FreeCAD
* [[About FreeCAD|Application Overview]]: A general overview of FreeCAD
* [[Installing|Installing]]: How to install FreeCAD on [[Install on Windows|Windows]], [[Install on Unix|Unix/Linux]] and [[Install on Mac|Mac]]
* [[Installing|Installing]]: How to install FreeCAD on [[Install on Windows|Windows]], [[Install_on_Unix|Unix/Linux]] and [[Install on Mac|Mac]]
* [[Installing Helpfile|Installing help files]]: how to install the offline documentation which is based on this wiki.
* [[Getting started|Getting started]]: A quick overview of the available tools
* [[Getting started|Getting started]]: A quick overview of the available tools
* [[FAQ|FAQ]]: Frequently asked questions
* [[FAQ|FAQ]]: Frequently asked questions
Line 38: Line 39:
* [[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]].
* [[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 navigation]]: the different types of using the mouse or trackpad to navigate in the 3D view.
* [[Mouse Model|Mouse navigation]]: the different types of using the mouse or trackpad to navigate in the 3D view.
* [[Selection_methods|Selection methods]]: the different methods of selecting objects in the software.
* [[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 Editor]]: the system that allows you to control many properties of the base system and of the individual workbenches.
* [[Import_Export|File formats]]: the different file formats that FreeCAD can read and write.
* [[Import_Export|File formats]]: the different file formats that FreeCAD can read and write.
Line 48: Line 50:
<!--T:34-->
<!--T:34-->
These are the base workbenches bundled with every installation of FreeCAD:
These are the base workbenches bundled with every installation of FreeCAD:

<!--T:40-->
* [[File:Freecad16.svg|32px]] [[Std_Base|Std Base]]. This is not really a workbench, but this category serves to collect all "standard" commands and tools of the system which can be used in all workbenches.


<!--T:11-->
<!--T:11-->
Line 87: Line 92:


<!--T:35-->
<!--T:35-->
[[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.
[[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.


<!--T:36-->
<!--T:36-->
Line 128: Line 133:
* The [[FreeCAD Community Portal|FreeCAD Community Portal]] lists projects made by community members around FreeCAD.
* The [[FreeCAD Community Portal|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|Glossary]] page.
* Don't understand a term or phrase as used in FreeCAD? Try the [[Glossary|Glossary]] page.

<!--T:30-->
{{Userdocnavi}}

<!--T:20-->
[[Category:Hubs]]

<!--T:39-->
[[Category:User Documentation]]




</translate>
</translate>
{{Userdocnavi{{#translation:}}}}
[[Category:Hubs{{#translation:}}]]

Revision as of 14:02, 2 March 2020


150
150

This is the main help area for newcomers to FreeCAD.

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.


Using FreeCAD

Introduction

Basic application

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:

  • Std Base. This is not really a workbench, but this category serves to collect all "standard" commands and tools of the system which can be used in all workbenches.

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 Help

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.

More

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