SoLazyElementSetDiffuse Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetDiffuse(
SoState state,
SoNode node,
SbColor[] colors,
SoColorPacker cPacker
)
Public Shared Sub SetDiffuse (
state As SoState,
node As SoNode,
colors As SbColor(),
cPacker As SoColorPacker
)
public:
static void SetDiffuse(
SoState^ state,
SoNode^ node,
array<SbColor>^ colors,
SoColorPacker^ cPacker
)
static member SetDiffuse :
state : SoState *
node : SoNode *
colors : SbColor[] *
cPacker : SoColorPacker -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- colors
- Type: OIV.InventorSbColor
- cPacker
- Type: OIV.Inventor.MiscSoColorPacker
Remarks See Also