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