Std Rotation à droite

From FreeCAD Documentation
Revision as of 14:31, 25 April 2020 by David69 (talk | contribs)

Std Rotation à droite

Emplacement du menu
Affichage → Vues standards → Rotation à droite
Ateliers
Tous
Raccourci par défaut
Shift+droite
Introduit dans la version
-
Voir aussi
Std Rotation à gauche

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