Std ViewRotateLeft/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Std_ViewLeft|Std ViewLeft]]
|[[Std_ViewLeft|ViewLeft]]
|[[Std_ViewRotateRight|Std ViewRotateRight]]
|[[Std_ViewRotateRight|ViewRotateRight]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewLeft.svg
|IconL=Std_ViewLeft.svg
Line 10: Line 10:
}}
}}


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


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 42: Line 46:


{{Docnav
{{Docnav
|[[Std_ViewLeft|Std ViewLeft]]
|[[Std_ViewLeft|ViewLeft]]
|[[Std_ViewRotateRight|Std ViewRotateRight]]
|[[Std_ViewRotateRight|ViewRotateRight]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewLeft.svg
|IconL=Std_ViewLeft.svg

Latest revision as of 15:23, 5 November 2021

Std ViewRotateLeft

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

Rezumat

De completat

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewRotateLeft()
FreeCADGui.ActiveDocument.ActiveView.getCameraOrientation()