- GuiCommand: Name: Std ViewIvStereoOff MenuLocation: View -> Stereo -> Stereo Off Workbenches: All SeeAlso: Std_ViewIvStereoRedGreen, Std_ViewIvStereoQuadBuff, Std_ViewIvStereoInterleavedRows, Std_ViewIvStereoInterleavedColumns
The Std ViewIvStereoOff command switches off stereo mode in the active 3D view.
See also:
To change the view to non-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('None')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()
{{Std Base navi}}
⏵ documentation index > Std ViewIvStereoOff