Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
- GuiCommand:
Name: Std ViewIsometric
MenuLocation: View -> Standard views -> Axonometric -> Isometric
Workbenches: All
Shortcut: **0**
SeeAlso: Std_ViewDimetric, Std_ViewTrimetric
---
The Std ViewIsometric command realigns the camera in the active 3D view to obtain an isometric view. For a truly isometric 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 isometric view
- There are several ways to invoke the command:
- Press the Std ViewIsometric button.
- Select the View → Standard views → Axonometric → Isometric option from the menu.
- Select the Standard views → Isometric option from the 3D view context menu.
- Select the Isometric option from the Mini-cube menu of the Navigation Cube.
- Use the keyboard shortcut: 0.
See also:
To change to isometric view use the viewIsometric
method of the ActiveView object. This method is not available if FreeCAD is in console mode.
import FreeCADGui
FreeCADGui.ActiveDocument.ActiveView.viewIsometric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()
{{Std Base navi}}
⏵ documentation index > Std ViewIsometric