|
Std Workbench |
| Menu location |
|---|
| View → Workbench |
| Workbenches |
| All |
| Default shortcut |
| None |
| Introduced in version |
| - |
| See also |
| None |
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) introduced in 1.0
ToDo.
See also: Preferences Editor.
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")