Std Workbench |
Расположение в меню |
---|
Вид → Верстак |
Верстаки |
Верстаки |
Быстрые клавиши |
Нет |
Представлено в версии |
- |
См. также |
Нет |
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 version 1.0
See also: Preferences Editor.
Смотрите так же: Основы составления скриптов в FreeCAD.
To change the workbench use the activateWorkbench
method of the FreeCADGui module.
import FreeCADGui
FreeCADGui.activateWorkbench("PartDesignWorkbench")