Std Arbeitsbereich

From FreeCAD Documentation
Revision as of 08:42, 30 December 2018 by Le Loup (talk | contribs) (Created page with "Oft startet das Projekt in einem Arbeitsbereich, z.B. mit '''Sketch''' und wird dann in einem anderen Arbeitsbereich fortgesetzt, bspw. mit '''Part''', um Objekte zu erzeugen....")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std Workbench

Menüeintrag
Ansicht → Arbeitsbereich
Arbeitsbereich
Alle
Standardtastenkürzel
...
Eingeführt in Version
-
Siehe auch
...

Beschreibung

Dieser Befehl wird benutzt, um die grafische Benutzeroberfläche (GUI) und die Werkzeuge eines bestimmten Arbeitsbereichs zu aktivieren.

Die Aktivierung ist auf drei Arten möglich:

  • das Ansicht-Menü
  • das Drop-Down-Menü, oder
  • ein Python-Befehl.

Es sind auch zwei spezielle Optionen verfügbar: None (kein Arbeitsbereich) und Complete [veraltet].

Anwendung

Oft startet das Projekt in einem Arbeitsbereich, z.B. mit Sketch und wird dann in einem anderen Arbeitsbereich fortgesetzt, bspw. mit Part, um Objekte zu erzeugen. Der Wechsel vom aktuellen zu einem neuen Arbeitsbereich erfolgt auf einem der folgenden Wege:

From the View menu

  • In the top menu, open the ViewWorkbench menu and select a workbench. This menu is always available, even when you have previously selected the Complete or None workbench.

From the drop-down menu

  • In the top menu, open the drop-down menu and select a workbench. This menu is not available when you have previously selected the Complete or None workbench.

Via Python console

  • Type the command in the console, for example: Gui.activateWorkbench ("DraftWorkbench") start the workbench Draft. Always possible.

Examples

Start from the drop-down menu:

Starting from the Python console:

Through the console the command can also be copied:

Other references

For a general description of the workbenches, see the page Workbenches.

To learn more about each workbench, consult the respective presentation pages.