SoMaterialElementGetNumColorIndices Method (SoState, SoMaterialElementFaces) |
Method to inquire about current colors.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static ulong GetNumColorIndices(
SoState state,
SoMaterialElementFaces face
)
Public Shared Function GetNumColorIndices (
state As SoState,
face As SoMaterialElementFaces
) As ULong
public:
static unsigned long long GetNumColorIndices(
SoState^ state,
SoMaterialElementFaces face
)
static member GetNumColorIndices :
state : SoState *
face : SoMaterialElementFaces -> uint64
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
Return Value
Type:
UInt64
Remarks
See Also