Click or drag to resize
SoMaterialElementSetColorIndices Method (SoState, SoNode, Int32)

Note: This API is now obsolete.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setColorIndices() method that takes a Face parameter instead.")]
public static void SetColorIndices(
	SoState state,
	SoNode node,
	int[] indices
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
indices
Type: SystemInt32
Remarks

Caution note Caution

Obsolete since Open Inventor 2025.1. Use the OIV.Inventor.Elements.SoMaterialElement.SetColorIndices(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoMaterialElement.Faces, OIV.Inventor.Nodes.SoNode, System.Int32[]) method that takes a Face parameter instead.

See Also