Std ViewTrimetric/it: Difference between revisions

From FreeCAD Documentation
(Created page with "* Andare nel menu {{MenuCommand|Visualizza → Viste standard → Assonometria → Trimetrica}}.")
(Created page with "== Script ==")
Line 19: Line 19:
* Andare nel menu {{MenuCommand|Visualizza → Viste standard → Assonometria → [[Std_ViewTrimetric/it|Trimetrica]]}}.
* Andare nel menu {{MenuCommand|Visualizza → Viste standard → Assonometria → [[Std_ViewTrimetric/it|Trimetrica]]}}.


== Scripting ==
== 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 11:12, 25 November 2019

Other languages:

Vista trimetrica

Posizione nel menu
Visualizza → Viste standard → Assonometria → Trimetrica
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Vista isometrica, Vista dimetrica

Descrizione

Il comando Vista trimetrica orienta la camera della vista 3D in proiezione assonometria trimetrica, con una direzione di vista [-0.4095, 0.7094, -0.5735].

Utilizzo

  • Andare nel menu Visualizza → Viste standard → Assonometria → Trimetrica.

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()