SoMaterialBindingElementSet Method (SoState, SoNode, SoMaterialBindingElementBindings) |
Sets the current material binding in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode name_15511,
SoMaterialBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_15511 As SoNode,
binding As SoMaterialBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_15511,
SoMaterialBindingElementBindings binding
)
static member Set :
state : SoState *
name_15511 : SoNode *
binding : SoMaterialBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_15511
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoMaterialBindingElementBindings
Remarks See Also