SoMaterialElementGetColorIndex Method (SoState, SoMaterialElementFaces, Int32) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static int GetColorIndex(
SoState state,
SoMaterialElementFaces face,
int num
)
Public Shared Function GetColorIndex (
state As SoState,
face As SoMaterialElementFaces,
num As Integer
) As Integer
public:
static int GetColorIndex(
SoState^ state,
SoMaterialElementFaces face,
int num
)
static member GetColorIndex :
state : SoState *
face : SoMaterialElementFaces *
num : int -> int
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
- num
- Type: SystemInt32
Return Value
Type:
Int32
Remarks
See Also