SoStereoViewerSetStereoBalance Method |
Namespace: OIV.Inventor.Components.StereoAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxvoid SetStereoBalance(
float balance,
bool nearFrac
)
Sub SetStereoBalance (
balance As Single,
nearFrac As Boolean
)
void SetStereoBalance(
float balance,
bool nearFrac
)
abstract SetStereoBalance :
balance : float32 *
nearFrac : bool -> unit
Parameters
- balance
- Type: SystemSingle
- nearFrac
- Type: SystemBoolean
See Also