SoNormalBindingElementSet Method (SoState, SoNode, SoNormalBindingElementBindings) |
Sets the current normal binding in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public static void Set(
SoState state,
SoNode name_17812,
SoNormalBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_17812 As SoNode,
binding As SoNormalBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_17812,
SoNormalBindingElementBindings binding
)
static member Set :
state : SoState *
name_17812 : SoNode *
binding : SoNormalBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_17812
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoNormalBindingElementBindings
Remarks See Also