Jump to content

Std StoreWorkingView

From FreeCAD Documentation

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

Description[edit | edit source]

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.

Usage[edit | edit source]

  1. Make sure a 3D View is active.
  2. 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.

Scripting[edit | edit source]

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

To store the current camera settings of the active 3D View in a working view:

import FreeCADGui

FreeCADGui.runCommand("Std_StoreWorkingView", 0)