Std ViewRotateRight/ro: Difference between revisions

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


{{GuiCommand
<div class="mw-translate-fuzzy">
|Name=Std ViewRotateRight
{{GuiCommand|Name=Std_RotateRight|Workbenches=All|SeeAlso=...}}
|MenuLocation=View → Standard views → Rotate Right
</div>
|Workbenches=All
|Shortcut={{KEY|Shift}}+{{KEY|Right}}
|SeeAlso=[[Std_ViewRotateLeft|Std ViewRotateLeft]]
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 15:23, 5 November 2021

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