Visualizza: Ruota la vista a destra

From FreeCAD Documentation
Revision as of 20:37, 14 April 2020 by Renatorivo (talk | contribs) (Created page with "{{Docnav/it |Ruota a sinistra |Viste bloccate |Menu Visualizza |IconL=Std_ViewRotateLeft.svg |IconR= |Ico...")

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.

Utilizzo

Utilizzo

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

Script

Vedere anche: Script di base per FreeCAD

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