Std ViewTrimetric: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|[[Std_ViewHome|ViewHome]]
|[[Std_ViewHome|ViewHome]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ViewDimetric.svg
|IconR=
|IconR=Std_ViewHome.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


<!--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 36: Line 34:


<!--T:5-->
<!--T:5-->
# Select the {{MenuCommand|View → Standard views → Axonometric → Trimetric}} option from the menu.
# Select the {{MenuCommand|View → Standard views → Axonometric → [[Image:Std_ViewTrimetric.svg|16px]] Trimetric}} option from the menu.


==Scripting== <!--T:6-->
==Scripting== <!--T:6-->
Line 54: Line 52:
}}
}}
<translate>
<translate>



<!--T:12-->
<!--T:12-->
Line 60: Line 59:
|[[Std_ViewHome|ViewHome]]
|[[Std_ViewHome|ViewHome]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ViewDimetric.svg
|IconR=
|IconR=Std_ViewHome.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}

Latest revision as of 14:52, 6 January 2021

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