Click or drag to resize
SoMFColorSet1Value Method (Int32, SbVec3f)

Sets one of N RGB colors from OIV.Inventor.SbVec3f.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Set1Value(
	int index,
	SbVec3f vec
)

Parameters

index
Type: SystemInt32
vec
Type: OIV.InventorSbVec3f
Remarks

The array will be expanded and filled with zeros as necessary.

See Also