|
Menu location |
---|
View → Standard views → Rotate Left |
Workbenches |
All |
Default shortcut |
Shift+Left |
Introduced in version |
- |
See also |
Std ViewRotateRight |
The Std ViewRotateLeft command rotates the camera in the active 3D view around the view direction in 90-degree increments towards the left (counterclockwise).
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
Use the viewRotateLeft
method of the View object to rotate the view to the left. The viewRotateRight
method is also available.
import FreeCADGui
view = FreeCADGui.ActiveDocument.ActiveView
view.viewRotateLeft()