Std ViewRotateLeft/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
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 42: Line 42:


{{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

Revision as of 18:55, 30 December 2020

Std_RotateLeft

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
...

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