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: 2024.1.2.0 (2024.1.2)
Syntax
public class SoStereoParameters : SoNetBase

The SoStereoParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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