SoLazyElementSetColorMaterial Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetColorMaterial(
SoState state,
SoNode node,
bool value
)
Public Shared Sub SetColorMaterial (
state As SoState,
node As SoNode,
value As Boolean
)
public:
static void SetColorMaterial(
SoState^ state,
SoNode^ node,
bool value
)
static member SetColorMaterial :
state : SoState *
node : SoNode *
value : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- value
- Type: SystemBoolean
Remarks See Also