Std Rappel de la vue de travail

From FreeCAD Documentation
Revision as of 20:31, 12 October 2022 by David69 (talk | contribs) (Created page with "==Utilisation==")
Other languages:

Std Rappel de vue de travail

Emplacement du menu
Affichage → Vues standards → Rappeler la vue de travail
Ateliers
Tous
Raccourci par défaut
Fin
Introduit dans la version
1.0
Voir aussi
Std Enregistrer la vue de travail, Std Figer l'affichage

Description

La fonction Std Rappel de vue de travail rappelle la vue de travail stockée de la vue_3D active. Pour plus d'informations, voir Std Enregistrer la vue de travail.

Utilisation

  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)