Std Rotation à droite

From FreeCAD Documentation
Revision as of 14:32, 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

La commande Std Rotation à droite fait pivoter la caméra dans la vue 3D active dans la direction de la vue par incréments de 90 degrés vers la droite (dans le sens horaire).

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