Visualizza: Assonometria trimetrica

From FreeCAD Documentation
Revision as of 11:11, 25 November 2019 by Renatorivo (talk | contribs) (Created page with "== Utilizzo ==")
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()