Std ViewDimetric/it: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descrizione==")
(Created page with "Il comando Vista dimetrica orienta la camera della vista 3D in proiezione [https://en.wikipedia.org/wiki/Axonometric_projection#Three_ty...")
Line 11: Line 11:
==Descrizione==
==Descrizione==


[[Std_ViewDimetric|Std ViewDimetric]] command puts the camera in the [[3D view|3D view]] in [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types axonometric dimetric] projection, with a view direction {{incode|[-0.3333, 0.8819, -0.3333]}}.
Il comando [[Std_ViewDimetric/it|Vista dimetrica]] orienta la camera della [[3D view/it|vista 3D]] in proiezione [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types axonometric dimetrica], con una direzione di vista {{incode|[-0.3333, 0.8819, -0.3333]}}.


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

Revision as of 17:18, 24 November 2019

Vista dimetrica

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

Descrizione

Il comando Vista dimetrica orienta la camera della vista 3D in proiezione axonometric dimetrica, con una direzione di vista [-0.3333, 0.8819, -0.3333].

How to use

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

Scripting

The dimetric 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.viewDimetric()

Gui.ActiveDocument.ActiveView.getViewDirection()