Std Rotation à droite

From FreeCAD Documentation
Revision as of 20:37, 9 April 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std_RotateRight

Menu location
Affichage → Vues standards → Rotation à droite
Workbenches
Tous
Default shortcut
Shift + droite
Introduced in version
-
See also
None

Description

Cet outil pivote la vue 3D vers la gauche (dans le sens horaire) par incrément de 90 degrés.

Usage

Utilisation

  • Appuyer sur Shift + Droit ou aller dans le menu Affichage → Vues standards → Rotation à droite.

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