Std ViewTrimetric/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Std AnsichtTrimetrisch")
 
(Created page with "==Beschreibung==")
Line 8: Line 8:
}}
}}


==Description==
==Beschreibung==


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

Revision as of 09:31, 1 April 2020

Std ViewTrimetric

Menu location
View → Standard views → Axonometric → Trimetric
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
ViewIsometric, ViewDimetric

Beschreibung

Std ViewTrimetric command puts the camera in the 3D view in axonometric trimetric projection, with a view direction [-0.4095, 0.7094, -0.5735].

Usage

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