Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1003 Bytes

Std_ViewIvStereoOff.md

File metadata and controls

44 lines (24 loc) · 1003 Bytes

  • GuiCommand: Name: Std ViewIvStereoOff MenuLocation: View -> Stereo -> Stereo Off Workbenches: All SeeAlso: Std_ViewIvStereoRedGreen, Std_ViewIvStereoQuadBuff, Std_ViewIvStereoInterleavedRows, Std_ViewIvStereoInterleavedColumns

Std ViewIvStereoOff

Description

The Std ViewIvStereoOff command switches off stereo mode in the active 3D view.

Usage

  1. Select the View → Stereo → Stereo Off option from the menu.

Scripting

See also:

FreeCAD Scripting Basics.

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