Std ViewTrimetric/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Il comando Vista trimetrica orienta la camera della vista 3D in proiezione [https://en.wikipedia.org/wiki/Axonometric_projection#Three...")
(Created page with "== Utilizzo ==")
Line 15: Line 15:
[[File:FreeCAD_views_front.svg]]
[[File:FreeCAD_views_front.svg]]


==How to use==
== Utilizzo ==


* Go to the menu {{MenuCommand|View → Standard views → Axonometric → [[Std_ViewTrimetric|Trimetric]]}}.
* Go to the menu {{MenuCommand|View → Standard views → Axonometric → [[Std_ViewTrimetric|Trimetric]]}}.

Revision as of 11:11, 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

  • Go to the menu View → Standard views → Axonometric → Trimetric.

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