Std StoreWorkingView |
Menu location |
---|
View → Standard views → Store working view |
Workbenches |
All |
Default shortcut |
Shift+End |
Introduced in version |
0.21 |
See also |
Std RecallWorkingView, Std FreezeViews |
Описание
The Std StoreWorkingView command stores the camera settings of the active 3D view in its temporary working view. This view can be recalled with the Std RecallWorkingView command.
Each 3D view has its own working view. Storing a new working view will overwrite the existing working view of the active 3D view. When a 3D view is closed its working view is lost.
Применение
- Make sure a 3D view is active.
- There are several ways to invoke the command:
- Select the View → Standard views → Store working view option from the menu.
- Use the keyboard shortcut: Shift+End.
Программирование
Смотрите так же: Основы составления скриптов в FreeCAD.
To store the current camera settings of the active 3D view in a working view:
import FreeCADGui
FreeCADGui.runCommand("Std_StoreWorkingView", 0)
Эта страница получена от https://wiki.freecad.org/Std_StoreWorkingView