SoMaterialBindingElementSet Method (SoState, SoMaterialBindingElementBindings) |
Sets the current material binding 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,
SoMaterialBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
binding As SoMaterialBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoMaterialBindingElementBindings binding
)
static member Set :
state : SoState *
binding : SoMaterialBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- binding
- Type: OIV.Inventor.ElementsSoMaterialBindingElementBindings
Remarks See Also