Std ViewTrimetric: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:10-->
{{Docnav
{{Docnav
|[[Std_ViewDimetric|Std ViewDimetric]]
|[[Std_ViewDimetric|Std ViewDimetric]]
Line 15: Line 13:


<!--T:1-->
<!--T:1-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand
|Name=Std ViewTrimetric
|Name=Std ViewTrimetric
|Empty=1
|MenuLocation=View → Standard views → Axonometric → Trimetric
|MenuLocation=View → Standard views → Axonometric → Trimetric
|Workbenches=All
|Workbenches=All
Line 25: Line 25:


<!--T:3-->
<!--T:3-->
The '''Std ViewTrimetric''' command changes the direction of camera in the active [[3D_view|3D view]] to obtain a [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types trimetric] view. But the view will only be trimetric if it is in [[Std_OrthographicCamera|orthographic mode]].
The '''Std ViewTrimetric''' command realigns the camera in the active [[3D_view|3D view]] to obtain a [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types trimetric] view. For a truly trimetric view the 3D view must be in [[Std_OrthographicCamera|orthographic mode]], but the command also works if the view is in [[Std_PerspectiveCamera|perspective mode]].


</translate>
</translate>
[[Image:Std_ViewTrimetric_example.svg]]
[[Image:Std_ViewTrimetric_example.svg]]
<translate>
<translate>
<!--T:11-->
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in trimetric view}}
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in trimetric view}}


Line 54: Line 55:
<translate>
<translate>


<!--T:12-->
{{Docnav
{{Docnav
|[[Std_ViewCreate|Std ViewCreate]]
|[[Std_ViewCreate|Std ViewCreate]]

Revision as of 20:37, 9 April 2020

Std ViewTrimetric

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

Description

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.

The axis cross and a cube in trimetric view

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