SoStereoElementSetInterEyeDistance Method |
Sets the inter-eye distance (immersive MP only).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetInterEyeDistance(
SoState state,
float ied
)
Public Shared Sub SetInterEyeDistance (
state As SoState,
ied As Single
)
public:
static void SetInterEyeDistance(
SoState^ state,
float ied
)
static member SetInterEyeDistance :
state : SoState *
ied : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- ied
- Type: SystemSingle
Remarks See Also