Std ViewIvStereoInterleavedRows

From FreeCAD Documentation
Revision as of 12:51, 1 April 2020 by Roy 043 (talk | contribs) (Created. 'In progress' for now.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std ViewIvStereoInterleavedRows

Menu location
View → Stereo → Stereo interleaved Rows
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std ViewIvStereoRedGreen, Std ViewIvStereoQuadBuff, Std ViewIvStereoInterleavedColumns, Std ViewIvStereoOff

Description

The Std ViewIvStereoInterleavedRows command changes the active 3D view to interleaved rows stereo mode. To use this stereo mode a special graphics card, a special display and glasses with polarized lenses are requires.

Usage

  1. Select the View → Stereo → Stereo interleaved Rows option from the menu.

Scripting

See also: FreeCAD Scripting Basics.

To change the view to interleaved rows 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('InterleavedRows')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()