Std ViewRotateRight/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/it |Ruota a sinistra |Viste bloccate |Menu Visualizza |IconL=Std_ViewRotateLeft.svg |IconR= |Ico...")
No edit summary
Line 10: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/it
{{GuiCommand/it
|Name=Std_RotateRight
|Name=Std ViewRotateRight
|Name/it=Vista da destra
|Name/it=Ruota a destra
|MenuLocation=[[Std View Menu/it|Visualizza]] → Viste standard → Da destra
|MenuLocation=Visualizza → Viste standard → Ruota a destra
|Shortcut= Shift + destra
|Shortcut= {{KEY|Shift}}+{{KEY|Destra}}
|Workbenches=Tutti
|Workbenches=Tutti
|SeeAlso=[[Std_ViewRotateLeft/it|Ruota a sinistra]]
}}
}}
</div>


==Descrizione==
==Descrizione==

Revision as of 20:36, 14 April 2020

Ruota a destra

Posizione nel menu
Visualizza → Viste standard → Ruota a destra
Ambiente
Tutti
Avvio veloce
Shift+Destra
Introdotto nella versione
-
Vedere anche
Ruota a sinistra

Descrizione

Questo strumento ruota la vista 3D verso destra (in senso orario) di incrementi di 90 gradi.

Usage

Utilizzo

  • Premere Maiusc + Destra oppure andare al menu Visualizza → Viste standard → Ruota a destra.

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