Click or drag to resize
SoMFColorSetValues Method (Int32, Int32, Single)

Sets num RGB values from an array of arrays of 3 floats.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValues(
	int start,
	int num,
	float[,] rgb
)

Parameters

start
Type: SystemInt32
num
Type: SystemInt32
rgb
Type: SystemSingle
Remarks

Each float should be in the range 0.0 to 1.0, and there must be 3* num floats in the array.

See Also