Visualizza: Ruota la vista a sinistra

From FreeCAD Documentation
Revision as of 20:32, 14 April 2020 by Renatorivo (talk | contribs) (Created page with "{{Docnav/it |Vista da sinistra |Ruota a destra |Menu Visualizza |IconL=Std_ViewLeft.svg |IconR=Std_ViewRota...")

Ruota a sinistra

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

Descrizione

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

Utilizzo

Utilizzo

  • Premere Maiusc + Sinistra oppure andare al menu Visualizza → Viste standard → Ruota a sinistra.

Script

Vedere anche: Script di base per FreeCAD

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