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