Std Rotation à gauche

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

Std Rotation à gauche

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

Description

La commande Std Rotation à gauche 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 gauche (dans le sens antihoraire).

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