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