Std RecallWorkingView/ru

From FreeCAD Documentation
This page is a translated version of the page Std RecallWorkingView and the translation is 36% complete.
Other languages:

Std RecallWorkingView

Menu location
View → Standard views → Recall working view
Workbenches
All
Default shortcut
End
Introduced in version
0.21
See also
Std StoreWorkingView, Std FreezeViews

Описание

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

Применение

  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.

Программирование

Смотрите так же: Основы составления скриптов в FreeCAD.

To recall the stored working view of the active 3D view:

import FreeCADGui

FreeCADGui.runCommand("Std_RecallWorkingView", 0)