Std ViewTrimetric/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it |Name=Std ViewTrimetric |Name/it=Vista trimetrica |MenuLocation=Visualizza → Viste standard → Assonometria → Trimetrica |Workbenches...")
(Created page with "Il comando Vista trimetrica orienta la camera della vista 3D in proiezione [https://en.wikipedia.org/wiki/Axonometric_projection#Three...")
Line 11: Line 11:
==Descrizione==
==Descrizione==


[[Std_ViewTrimetric|Std ViewTrimetric]] command puts the camera in the [[3D view|3D view]] in [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types axonometric trimetric] projection, with a view direction {{incode|[-0.4095, 0.7094, -0.5735]}}.
Il comando [[Std_ViewTrimetric/it|Vista trimetrica]] orienta la camera della [[3D view/it|vista 3D]] in proiezione [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types assonometria trimetrica], con una direzione di vista {{incode|[-0.4095, 0.7094, -0.5735]}}.


[[File:FreeCAD_views_front.svg]]
[[File:FreeCAD_views_front.svg]]

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].

How to use

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