Click or drag to resize
SoMaterialElementGetNumColorIndices Method (SoState)

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 getNumColorIndices() method that takes a Face parameter instead.")]
public static ulong GetNumColorIndices(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: UInt64
Remarks

Caution note Caution

Obsolete since Open Inventor 2025.1. Use the OIV.Inventor.Elements.SoMaterialElement.GetNumColorIndices(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoMaterialElement.Faces) method that takes a Face parameter instead.

See Also