Click or drag to resize
SoSFMatrixSetValue Method (Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)

Sets this field to contain the matrix given by the 16 values.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValue(
	float a11,
	float a12,
	float a13,
	float a14,
	float a21,
	float a22,
	float a23,
	float a24,
	float a31,
	float a32,
	float a33,
	float a34,
	float a41,
	float a42,
	float a43,
	float a44
)

Parameters

a11
Type: SystemSingle
a12
Type: SystemSingle
a13
Type: SystemSingle
a14
Type: SystemSingle
a21
Type: SystemSingle
a22
Type: SystemSingle
a23
Type: SystemSingle
a24
Type: SystemSingle
a31
Type: SystemSingle
a32
Type: SystemSingle
a33
Type: SystemSingle
a34
Type: SystemSingle
a41
Type: SystemSingle
a42
Type: SystemSingle
a43
Type: SystemSingle
a44
Type: SystemSingle
Remarks

For a translation matrix, the x, y and z translations should be in the a41, a42, and a43 arguments.

See Also