Click or drag to resize
SoSFMatrix3.SetValue 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.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetValue(
	float a11,
	float a12,
	float a13,
	float a21,
	float a22,
	float a23,
	float a31,
	float a32,
	float a33
)

Parameters

a11
Type: System.Single
a12
Type: System.Single
a13
Type: System.Single
a21
Type: System.Single
a22
Type: System.Single
a23
Type: System.Single
a31
Type: System.Single
a32
Type: System.Single
a33
Type: System.Single
Remarks