|
Std RecallWorkingView |
| Menu location |
|---|
| View → Standard Views → Recall Working View |
| Workbenches |
| All |
| Default shortcut |
| End |
| Introduced in version |
| 0.21 |
| See also |
| Std StoreWorkingView, Std FreezeViews |
Description
The Std RecallWorkingView recalls the active 3D View's stored working view. For more information see Std StoreWorkingView.
Usage
- Make sure a 3D View is active for which the Std StoreWorkingView command has been used at least once.
- There are several ways to invoke the command:
- Select the View → Standard Views → Recall Working View option from the menu.
- Use the keyboard shortcut: End.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To recall the stored working view of the active 3D View:
import FreeCADGui
FreeCADGui.runCommand("Std_RecallWorkingView", 0)
This page is retrieved from https://wiki.freecad.org/Std_RecallWorkingView