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