SoColorMapElementSet Method |
Sets the current color map in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
SoColorMap colorMapNode
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
colorMapNode As SoColorMap
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SoColorMap^ colorMapNode
)
static member Set :
state : SoState *
node : SoNode *
colorMapNode : SoColorMap -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- colorMapNode
- Type: OIV.Inventor.NodesSoColorMap
Remarks See Also