Std Vue de face

From FreeCAD Documentation
Revision as of 14:42, 1 December 2019 by David69 (talk | contribs) (Created page with "==Utilisation==")
Other languages:

Std Vue de face

Emplacement du menu
Affichage → Vues standards → Face
Ateliers
Tous
Raccourci par défaut
1
Introduit dans la version
-
Voir aussi
Vue de dessus, Vue droite

Description

La Vue de face place la caméra dans la vue 3D de devant vers l'arrière, dans la direction de l'axe Y positif, [0.0, 1.0, 0.0].

La vue de face oriente la caméra vers l'arrière, dans la direction de l'axe Y positif.

Utilisation

  • Go to the menu View → Standard views → Front.
  • Or press the Front button.
  • Or press 1 in the numerical pad of the keyboard.

Scripting

The front view can be set from the Python console.

It is a method of the ActiveView of the ActiveDocument. The ActiveView only exists when the graphical interface is available; it does not exist when FreeCAD is used in purely console mode.

import FreeCADGui as Gui
Gui.ActiveDocument.ActiveView.viewFront()

Gui.ActiveDocument.ActiveView.getViewDirection()