Std ViewRotateRight/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 45: Line 45:
}}
}}


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ViewRotateLeft/ru|Std ViewRotateLeft]]
|[[Std_ViewRotateLeft/ru|ViewRotateLeft]]
|[[Std_FreezeViews/ru|Std FreezeViews]]
|[[Std_FreezeViews/ru|FreezeViews]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Std View Menu]]
|IconL=Std_ViewRotateLeft.svg
|IconL=Std_ViewRotateLeft.svg
Line 54: Line 53:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}

Revision as of 14:17, 1 January 2021

Other languages:

Std ViewRotateRight

Системное название
Std ViewRotateRight
Расположение в меню
Вид → Стандартные виды → Повернуть вправо
Верстаки
All
Быстрые клавиши
Shift+Right
Представлено в версии
-
См. также
Std ViewRotateLeft

Описание

The Std ViewRotateRight command rotates the camera in the active 3D view around the view direction in 90-degree increments towards the right (clockwise).

Использование

  1. There are several ways to invoke the command:
    • Select the View → Standard views → Rotate Right option from the menu.
    • Select the Standard views → Rotate Right option from the 3D view context menu.
    • Use the keyboard shortcut: Shift+Right.

Scripting

Смотри так же: Основы скриптов в FreeCAD.

To rotate the view to the right use the viewRotateRight method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewRotateRight()
FreeCADGui.ActiveDocument.ActiveView.getCameraOrientation()