Visualizza: Ruota la vista a destra

From FreeCAD Documentation
Revision as of 20:36, 14 April 2020 by Renatorivo (talk | contribs) (Created page with "==Utilizzo==")

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.

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