SoSFMatrix3SetValue Method (Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Sets this field to contain the matrix given by the 9 values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
float a11,
float a12,
float a13,
float a21,
float a22,
float a23,
float a31,
float a32,
float a33
)
Public Sub SetValue (
a11 As Single,
a12 As Single,
a13 As Single,
a21 As Single,
a22 As Single,
a23 As Single,
a31 As Single,
a32 As Single,
a33 As Single
)
public:
void SetValue(
float a11,
float a12,
float a13,
float a21,
float a22,
float a23,
float a31,
float a32,
float a33
)
member SetValue :
a11 : float32 *
a12 : float32 *
a13 : float32 *
a21 : float32 *
a22 : float32 *
a23 : float32 *
a31 : float32 *
a32 : float32 *
a33 : float32 -> unit
Parameters
- a11
- Type: SystemSingle
- a12
- Type: SystemSingle
- a13
- Type: SystemSingle
- a21
- Type: SystemSingle
- a22
- Type: SystemSingle
- a23
- Type: SystemSingle
- a31
- Type: SystemSingle
- a32
- Type: SystemSingle
- a33
- Type: SystemSingle
Remarks See Also