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