Std ViewDimetric: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:10-->
{{Docnav
{{Docnav
|[[Std_ViewIsometric|Std ViewIsometric]]
|[[Std_ViewIsometric|Std ViewIsometric]]
Line 29: Line 30:
[[Image:Std_ViewDimetric_example.svg]]
[[Image:Std_ViewDimetric_example.svg]]
<translate>
<translate>
<!--T:11-->
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in dimetric view}}
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in dimetric view}}


Line 53: Line 55:
<translate>
<translate>


<!--T:12-->
{{Docnav
{{Docnav
|[[Std_ViewIsometric|Std ViewIsometric]]
|[[Std_ViewIsometric|Std ViewIsometric]]

Revision as of 20:32, 9 April 2020

Std ViewDimetric

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

Description

The Std ViewDimetric command realigns the camera in the active 3D view to obtain a dimetric view. For a truly dimetric 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 dimetric view

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewDimetric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()