Std ViewTrimetric/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "* Aller au menu {{MenuCommand|Affichage → Vues standards → Axonometric → Trimétrique}}.")
(Created page with "==Utiliser en script==")
Line 19: Line 19:
* Aller au menu {{MenuCommand|Affichage → Vues standards → Axonometric → [[Std_ViewTrimetric/fr|Trimétrique]]}}.
* Aller au menu {{MenuCommand|Affichage → Vues standards → Axonometric → [[Std_ViewTrimetric/fr|Trimétrique]]}}.


== Scripting ==
==Utiliser en script==


The trimetric view can be set from the [[Python console|Python console]].
The trimetric view can be set from the [[Python console|Python console]].

Revision as of 19:53, 25 November 2019

Other languages:

Std Vue trimétrique

Emplacement du menu
Affichage → Vues standards → Axonometric → Trimétrique
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Vue isométrique, Vue dimétrique

Description

La commande Trimétrique place la caméra dans la Vue 3D selon la projection axonometric trimetric avec une direction de vue [-0.4095, 0.7094, -0.5735].

Utilisation

  • Aller au menu Affichage → Vues standards → Axonometric → Trimétrique.

Utiliser en script

The trimetric 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.viewTrimetric()

Gui.ActiveDocument.ActiveView.getViewDirection()