|
Расположение в меню |
---|
Вид → Стандартные виды → Повернуть влево |
Верстаки |
All |
Быстрые клавиши |
Shift+Left |
Представлено в версии |
- |
См. также |
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).
Смотрите так же: Основы составления скриптов в FreeCAD.
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()