SbRotationGetValue Method (Single, Single, Single, Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetValue(
out float q0,
out float q1,
out float q2,
out float q3
)
Public Sub GetValue (
<OutAttribute> ByRef q0 As Single,
<OutAttribute> ByRef q1 As Single,
<OutAttribute> ByRef q2 As Single,
<OutAttribute> ByRef q3 As Single
)
public:
void GetValue(
[OutAttribute] float% q0,
[OutAttribute] float% q1,
[OutAttribute] float% q2,
[OutAttribute] float% q3
)
member GetValue :
q0 : float32 byref *
q1 : float32 byref *
q2 : float32 byref *
q3 : float32 byref -> unit
Parameters
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
See Also