Std RecallWorkingView: Difference between revisions

From FreeCAD Documentation
(Page creation)
 
(PEP8...)
Line 45: Line 45:
import FreeCADGui
import FreeCADGui


FreeCADGui.runCommand('Std_RecallWorkingView',0)
FreeCADGui.runCommand("Std_RecallWorkingView", 0)
}}
}}
<translate>
<translate>



<!--T:11-->
<!--T:11-->
Line 62: Line 63:
{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 19:39, 7 October 2022

Std RecallWorkingView

Menu location
View → Standard views → Recall working view
Workbenches
All
Default shortcut
End
Introduced in version
-
See also
Std_StoreWorkingView

Description

The Std RecallWorkingView recalls a previously stored working view. For details about it, please refer to Std_StoreWorkingView.

Usage

  1. 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: FreeCAD Scripting Basics.

To recall the formerly stored working view, run

import FreeCADGui

FreeCADGui.runCommand("Std_RecallWorkingView", 0)