Std RotateRight

From FreeCAD Documentation
Revision as of 18:55, 30 December 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std_RotateRight

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

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