Std RecallWorkingView: Difference between revisions

From FreeCAD Documentation
(Usage)
Line 26: Line 26:
==Usage==
==Usage==


# Make sure a [[3D_view|3D view]] is active in which the [[Std_StoreWorkingView|Std StoreWorkingView]] command was used at least once.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Select the {{MenuCommand|View → Standard views → Recall working view}} option from the menu.
#* Select the {{MenuCommand|View → Standard views → Recall working view}} option from the menu.

Revision as of 20:47, 7 October 2022

Std RecallWorkingView

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

Description

The Std RecallWorkingView recalls a previously stored working view. For more information see Std StoreWorkingView.

Usage

  1. Make sure a 3D view is active in which the Std StoreWorkingView command was used at least once.
  2. 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)