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

Sets num RGBA values from an array of arrays of 4 floats.

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

Parameters

start
Type: SystemInt32
num
Type: SystemInt32
rgba
Type: SystemSingle
Remarks

Each float should be in the range 0.0 to 1.0, and there must be 4* num total float values.

See Also