SoMFColorSetValues Method (Int32, Int32, Single) |
Sets num RGB values from an array of arrays of 3 floats.
Namespace: OIV.Inventor.FieldsAssembly: 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
)
Public Sub SetValues (
start As Integer,
num As Integer,
rgb As Single(,)
)
public:
void SetValues(
int start,
int num,
array<float,2>^ rgb
)
member SetValues :
start : int *
num : int *
rgb : float32[,] -> unit
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