Visualizza: Ruota la vista a destra

From FreeCAD Documentation
Revision as of 20:37, 9 April 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

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