GuiCommand: Name: Std ViewIvStereoRedGreen MenuLocation: View , Stereo , Stereo red/cyan Workbenches: All SeeAlso: Std_ViewIvStereoQuadBuff, Std_ViewIvStereoInterleavedRows, Std_ViewIvStereoInterleavedColumns, Std_ViewIvStereoOff
Std ViewIvStereoRedGreen
Description
The Std ViewIvStereoRedGreen command changes the active 3D view to red/cyan, anaglyph, stereo view mode. To use this stereo mode glasses with colored lenses are required.
Usage
- Select the View → Stereo →
Stereo red/cyan option from the menu.
Preferences
See also: Preferences Editor.
- The eye to eye distance can be changed: Edit → Preferences... → Display → 3D View → Eye to eye distance for stereo modes.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
Use the setStereoType
method of the View object to change the stereo mode. The available modes are "Anaglyph"
, "QuadBuffer"
, "InterleavedRows"
, "InterleavedColumns"
and "None"
.
import FreeCADGui
view = FreeCADGui.ActiveDocument.ActiveView
view.setStereoType("Anaglyph")
view.getStereoType()
⏵ documentation index > Std ViewIvStereoRedGreen
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Std_ViewIvStereoRedGreen.md