|
Menu location |
---|
View → Standard views → Axonometric → Isometric |
Workbenches |
All |
Default shortcut |
0 |
Introduced in version |
- |
See also |
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
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
Use the viewIsometric
method of the View object to change to isometric view. The viewDimetric
and viewTrimetric
methods are also available.
import FreeCADGui
view = FreeCADGui.ActiveDocument.ActiveView
view.viewIsometric()