GuiCommand: Name: Std Workbench MenuLocation: View , Workbench Workbenches: All
Std Workbench
Description
The Std Workbench command activates a selected workbench.
The default ComboBox Workbench selector type
The optional TabBar Workbench selector type (here displayed with icons only) (v1.0)
Usage
- There are several ways to invoke the command:
- Select a workbench from the ComboBox or TabBar ((v1.0) ) in the Workbench toolbar.
- Press the
button on the TabBar to select a workbench that has been disabled in the preferences from the menu that opens.
- Select a workbench from the View → Workbench sub-menu.
Notes
- Additional External Workbenches can be downloaded with the
Addon Manager.
Preferences
See also: Preferences Editor.
- A page with related preferences is available: Edit → Preferences... → Workbenches → Available Workbenches. You can change the Start up workbench, the Workbench selector type, and more. The
button on the TabBar gives access to this page via its menu.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To change the workbench use the activateWorkbench
method of the FreeCADGui module.
import FreeCADGui
FreeCADGui.activateWorkbench("PartDesignWorkbench")
{{Std Base navi}} {{Interface navi}}
⏵ documentation index > Std Workbench
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Std_Workbench.md