SoMaterialElementSetPacked Method (SoState, SoMaterialElementFaces, SoNode, UInt32) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void SetPacked(
SoState state,
SoMaterialElementFaces face,
SoNode node,
uint[] colors
)
Public Shared Sub SetPacked (
state As SoState,
face As SoMaterialElementFaces,
node As SoNode,
colors As UInteger()
)
public:
static void SetPacked(
SoState^ state,
SoMaterialElementFaces face,
SoNode^ node,
array<unsigned int>^ colors
)
static member SetPacked :
state : SoState *
face : SoMaterialElementFaces *
node : SoNode *
colors : uint32[] -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
- node
- Type: OIV.Inventor.NodesSoNode
- colors
- Type: SystemUInt32
Remarks
See Also