- GuiCommand: Name: Std ViewIvStereoInterleavedColumns MenuLocation: View -> Stereo -> Stereo interleaved Columns Workbenches: All SeeAlso: Std_ViewIvStereoRedGreen, Std_ViewIvStereoQuadBuff, Std_ViewIvStereoInterleavedRows, Std_ViewIvStereoOff
The Std ViewIvStereoInterleavedColumns command changes the active 3D view to interleaved columns stereo view mode. To use this stereo mode a special graphics card, a special display and glasses with polarized lenses are requires.
- 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.
See also:
To change the view to interleaved columns 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('InterleavedColumns')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()
{{Std Base navi}}
⏵ documentation index > Std ViewIvStereoInterleavedColumns