Click or drag to resize
SoStereoParameters Class

Stereo parameters base class.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.ViewerComponentsSoStereoParameters
      OIV.Inventor.ViewerComponentsSoInterlacedStereoParameters
      OIV.Inventor.ViewerComponentsSoRawStereoParameters

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoStereoParameters : SoNetBase

The SoStereoParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsReversedView

Sets stereo reversal.

Top
Remarks

This class is the base class for all the parameters classes used for the different stereo mode. These objects are used with the method SoRenderAreaCore.setStereo() to activate stereo rendering.

See Also