Std ViewRotateLeft/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/fr |Vue de gauche |Rotation à droite |Menu affichage |IconL=Std_ViewLeft.svg |IconR=Std_ViewRotat...")
No edit summary
Line 10: Line 10:
}}
}}


{{GuiCommand/fr
<div class="mw-translate-fuzzy">
{{GuiCommand
|Name=Std_RotateLeft
|Name=Std_RotateLeft
|Name/fr=Std Rotation à gauche
|Name/fr=Std Rotation à gauche
|MenuLocation=[[Std View Menu/fr|Affichage]] → Vues standards → Rotation à gauche
|MenuLocation=Affichage → Vues standards‏‎ → Rotation à gauche
|Shortcut= Shift + gauche
|Workbenches=Tous
|Workbenches=Tous
|Shortcut= {{KEY|Shift}}+{{KEY|Left}}
|SeeAlso=[[Std_ViewRotateRight/fr|Std Rotation à droite]]
}}
}}
</div>


==Description==
==Description==

Revision as of 14:23, 25 April 2020

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

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