- GuiCommand: Name:Std Workbench Empty:1 MenuLocation:View → Workbench Workbenches:Workbenches
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](interface.md)*- 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.
- Select a workbench from the Workbench dropdown list in the Workbench toolbar. This option is not available if the current workbench is
- Additional External Workbenches can be downloaded with the Addon Manager.
- The start up workbench can be changed in the preferences: Edit → Preferences... → General → General → Start up. See Preferences Editor.
See also:
To change the worbench use the activateWorkbench
method of the FreeCADGui module. This method is not available if FreeCAD is in console mode.
import FreeCADGui
FreeCADGui.activateWorkbench("PartDesignWorkbench")
{{Std Base navi}} {{Interface navi}}
documentation index > Std Workbench