Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.08 KB

Std_RecallWorkingView.md

File metadata and controls

48 lines (28 loc) · 1.08 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 RecallWorkingView
   MenuLocation: View , Standard views , Recall working view
   Workbenches: All
   Shortcut: **End**
   Version: 0.21
   SeeAlso: Std_StoreWorkingView, Std_FreezeViews
---

Std RecallWorkingView

Description

The Std RecallWorkingView recalls the active 3D view's stored working view. For more information see Std StoreWorkingView.

Usage

  1. Make sure a 3D view is active for which the Std StoreWorkingView command has been 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 stored working view of the active 3D view:

import FreeCADGui

FreeCADGui.runCommand("Std_RecallWorkingView", 0)

{{Std Base navi}}


documentation index > Std RecallWorkingView