SoTangentBindingElementSet Method (SoState, SoNode, SoTangentBindingElementBindings) |
Sets the current tangent 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_23379,
SoTangentBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_23379 As SoNode,
binding As SoTangentBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_23379,
SoTangentBindingElementBindings binding
)
static member Set :
state : SoState *
name_23379 : SoNode *
binding : SoTangentBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_23379
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoTangentBindingElementBindings
Remarks See Also