Std: Środowiska pracy

From FreeCAD Documentation
Revision as of 16:50, 6 November 2021 by Kaktus (talk | contribs) (Created page with "<!--Empty=1 to suppress icon--> {{GuiCommand/pl |Name=Std Workbench |Name/pl=Std Środowiska pracy |Empty=1 |MenuLocation=Widok → Środowiska pracy |Workbenches=Workbenche...")

Std Środowiska pracy

Lokalizacja w menu
Widok → Środowiska pracy
Środowisko pracy
Środowiska pracy
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
brak

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")