Std ViewRotateRight/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 3: Line 3:
{{Docnav
{{Docnav
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_StoreWorkingView|StoreWorkingView]]
|[[Std_FreezeViews|FreezeViews]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewRotateLeft.svg
|IconL=Std_ViewRotateLeft.svg
Line 47: Line 47:
{{Docnav
{{Docnav
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_StoreWorkingView|StoreWorkingView]]
|[[Std_FreezeViews|FreezeViews]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewRotateLeft.svg
|IconL=Std_ViewRotateLeft.svg

Revision as of 17:31, 7 October 2022

Std ViewRotateRight

Menu location
View → Standard views → Rotate Right
Workbenches
All
Default shortcut
Shift+Right
Introduced in version
-
See also
Std ViewRotateLeft

Rezumat

De completat

Usage

  • Press Shift + Right or go to View → Standard views → Rotate Right.

Scripting

See also: FreeCAD Scripting Basics.

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()