Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.25 KB

Std_StoreWorkingView.md

File metadata and controls

50 lines (29 loc) · 1.25 KB
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
 GuiCommand:
   Name: Std StoreWorkingView
   MenuLocation: View , Standard views , Store working view
   Workbenches: All
   Shortcut: **Shift**+**End**
   Version: 0.21
   SeeAlso: Std_RecallWorkingView, Std_FreezeViews
---

Std StoreWorkingView

Description

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

  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

See also:

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)

{{Std Base navi}}


documentation index > Std StoreWorkingView