Click or drag to resize
SoStereoElementSetBalanceAdjustment Method (SoState, Single, Boolean)

Sets the stereo balance adjustment.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static void SetBalanceAdjustment(
	SoState state,
	float stbalance,
	bool stNearFrac
)

Parameters

state
Type: OIV.Inventor.MiscSoState
stbalance
Type: SystemSingle
stNearFrac
Type: SystemBoolean
Remarks

When stNearFrac is set to true, stbalance value is considered to be a fraction of the camera near distance.

See Also