Std: Środowiska pracy

From FreeCAD Documentation
Revision as of 16:48, 6 November 2021 by Kaktus (talk | contribs) (Created page with "{{Docnav/pl |Kolor losowy |Wybór w widoku drzewa |Menu widok |IconL=Std_RandomColor.svg |IconR=Std_TreeSyn...")

Std Workbench

Menu location
View → Workbench
Workbenches
Workbenches
Default shortcut
None
Introduced in version
-
See also
None

Opis

The Std Workbench command activates a selected workbench including its graphical user interface (GUI).

The Workbench dropdown list indicated by number 10 in the standard interface

Użycie

  1. There are several ways to invoke the command:
    • Select a workbench from the Workbench dropdown list in the Workbench toolbar. This option is not available if the current workbench is <none> (no workbench).
    • Select a workbench from the View → Workbench sub-menu.

Uwagi

Ustawienia

  • The start up workbench can be changed in the preferences: Edit → Preferences... → General → General → Start up. See Preferences Editor.

Tworzenie skryptów

Zobacz również: FreeCAD podstawy tworzenia skryptów.

Aby zmienić środowisko pracy należy użyć metody activateWorkbench modułu FreeCADGui. Metoda ta nie jest dostępna, jeśli FreeCAD jest uruchomiony w trybie konsoli.

import FreeCADGui

FreeCADGui.activateWorkbench("PartDesignWorkbench")