Visualizza: Stereo quad buffer

From FreeCAD Documentation
Revision as of 20:54, 15 April 2020 by Renatorivo (talk | contribs) (Created page with "{{GuiCommand/it |Name=Std ViewIvStereoQuadBuff |Name/it=Stereo quad buffer |MenuLocation=Visualizza → Stereo → Stereo quad buffer |Workbenches=Tutti |SeeAlso=Std_ViewIvS...")
Other languages:

Stereo quad buffer

Posizione nel menu
Visualizza → Stereo → Stereo quad buffer
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Stereo rosso/ciano, Stereo a righe interlacciate, Stereo a colonne interlacciate, Stereo Off

Description

The Std ViewIvStereoQuadBuff command changes the active 3D view to quad buffer stereo view mode. To use this stereo mode a special graphics card, a special display and shutter glasses are requires.

Usage

  1. Select the View → Stereo → Stereo quad buffer option from the menu.

Preferences

  • The eye to eye distance can be changed in the preferences: Edit → Preferences... → Display → 3D View → Eye to eye distance for stereo modes. See Preferences Editor.

Scripting

See also: FreeCAD Scripting Basics.

To change the view to quad buffer stereo use the setStereoType method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.setStereoType('QuadBuffer')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()