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 ViewLeft
MenuLocation: View , Standard views , Left
Workbenches: All
Shortcut: **6**
SeeAlso: Std_ViewRear, Std_ViewBottom
---
The Std ViewLeft command points the camera in the active 3D view in the direction of the positive X axis.
Arrow 6 points in the direction of the left view
- There are several ways to invoke the command:
- Press the
Std ViewLeft button.
- Select the View → Standard views →
Left option from the menu.
- Select the Standard views →
Left option from the 3D view context menu.
- Use the keyboard shortcut: 6.
- Press the
See also:
To change to left view use the viewLeft
method of the ActiveView object. This method is not available if FreeCAD is in console mode.
import FreeCADGui
FreeCADGui.ActiveDocument.ActiveView.viewLeft()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()
{{Std Base navi}}
⏵ documentation index > Std ViewLeft