SoCameraIsBalanceAdjustmentNearFrac Method |
Note: This API is now obsolete.
Returns true if the stereo balance adjustement is defined as a fraction of the camera near distance.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsBalanceAdjustmentNearFrac()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function IsBalanceAdjustmentNearFrac As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool IsBalanceAdjustmentNearFrac()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member IsBalanceAdjustmentNearFrac : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9700
Use SoStereoCamera and balanceNearFrac field instead.
See Also