Std ViewTrimetric/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Utilizzo ==")
(Created page with "* Andare nel menu {{MenuCommand|Visualizza → Viste standard → Assonometria → Trimetrica}}.")
Line 17: Line 17:
== Utilizzo ==
== Utilizzo ==


* Go to the menu {{MenuCommand|ViewStandard viewsAxonometric → [[Std_ViewTrimetric|Trimetric]]}}.
* Andare nel menu {{MenuCommand|VisualizzaViste standardAssonometria → [[Std_ViewTrimetric/it|Trimetrica]]}}.


== Scripting ==
== Scripting ==

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.

Scripting

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