Std ViewTrimetric/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/de |Name=Std ViewTrimetric |MenuLocation=Ansicht → Standardansichten → Axonometrisch → Trimetrisch |Workbenches=Alle |SeeAlso=Std_Isometric/de|Std Ansicht...")
(Created page with "{{Caption|Das Achsenkreuz und ein Würfel in trimetrischer Ansicht}}")
Line 22: Line 22:


[[Image:Std_ViewTrimetric_example.svg]]
[[Image:Std_ViewTrimetric_example.svg]]
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in trimetric view}}
{{Caption|Das [[Std_AxisCross/de|Achsenkreuz]] und ein Würfel in trimetrischer Ansicht}}


==Usage==
==Usage==

Revision as of 15:30, 26 August 2021

Std ViewTrimetric

Menüeintrag
Ansicht → Standardansichten → Axonometrisch → Trimetrisch
Arbeitsbereich
Alle
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Std AnsichtIsometrisch, Std AnsichtDimetrisch

Beschreibung

The Std ViewTrimetric command realigns the camera in the active 3D view to obtain a trimetric view. For a truly trimetric view the 3D view must be in orthographic mode, but the command also works if the view is in perspective mode.

Das Achsenkreuz und ein Würfel in trimetrischer Ansicht

Usage

  1. Select the View → Standard views → Axonometric → Trimetric option from the menu.

Scripting

See also: FreeCAD Scripting Basics.

To change to trimetric view use the viewTrimetric method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewTrimetric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()