Click or drag to resize
SoRayPickActionSetStereoMode Method

Tells ray pick action in which view the pick occurs.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static void SetStereoMode(
	SoCameraStereoModes stereoMode
)

Parameters

stereoMode
Type: OIV.Inventor.NodesSoCameraStereoModes
Remarks

When stereo mode is active, user can choose between left, right, or normal view to perform the action. Only applicable when stereo is active. Default is LEFT_VIEW.

See Also