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