SoMaterialElementSetColorIndices Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetColorIndices(
SoState state,
SoNode node,
int[] indices
)
Public Shared Sub SetColorIndices (
state As SoState,
node As SoNode,
indices As Integer()
)
public:
static void SetColorIndices(
SoState^ state,
SoNode^ node,
array<int>^ indices
)
static member SetColorIndices :
state : SoState *
node : SoNode *
indices : int[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- indices
- Type: SystemInt32
Remarks See Also