Click or drag to resize
SoMFColorRGBASet1Value Method (Int32, SbVec4f)

Sets one of N RGBA colors from OIV.Inventor.SbVec4f.

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

Parameters

index
Type: SystemInt32
vec
Type: OIV.InventorSbVec4f
Remarks

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

See Also