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