SoStereoElementIsBalanceAdjustmentNearFrac Method |
Returns true when the stereo balance adjustement is defined as a fraction of the camera near distance.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool IsBalanceAdjustmentNearFrac(
SoState state
)
Public Shared Function IsBalanceAdjustmentNearFrac (
state As SoState
) As Boolean
public:
static bool IsBalanceAdjustmentNearFrac(
SoState^ state
)
static member IsBalanceAdjustmentNearFrac :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
BooleanRemarks See setBalanceAdjustment.
See Also