Std ViewRotateRight/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/it |Ruota a sinistra |Viste bloccate |Menu Visualizza |IconL=Std_ViewRotateLeft.svg |IconR= |Ico...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/it
|[[Std_ViewRotateLeft|Std ViewRotateLeft]]
|[[Std_ViewRotateLeft/it|Ruota a sinistra]]
|[[Std_FreezeViews|Std FreezeViews]]
|[[Std_FreezeViews/it|Viste bloccate]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/it|Menu Visualizza]]
|IconL=Std_ViewRotateLeft.svg
|IconL=Std_ViewRotateLeft.svg
|IconR=
|IconR=

Revision as of 20:34, 14 April 2020

Vista da destra

Posizione nel menu
Visualizza → Viste standard → Da destra
Ambiente
Tutti
Avvio veloce
Shift + destra
Introdotto nella versione
-
Vedere anche
Nessuno

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