SoTangentBindingElementSet Method (SoState, SoNode, SoTangentBindingElementBindings) |
Sets the current tangent binding in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode name_22781,
SoTangentBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_22781 As SoNode,
binding As SoTangentBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_22781,
SoTangentBindingElementBindings binding
)
static member Set :
state : SoState *
name_22781 : SoNode *
binding : SoTangentBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_22781
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoTangentBindingElementBindings
Remarks
See Also