Std Rotation à gauche

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

Std_RotateLeft

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

Description

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

Usage

Utilisation

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

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