Method DoTangentsHandles
DoTangentsHandles(SelectableKnot)
Create handles for a knot's tangents if those tangents are modifiable. DoTangentsHandles does not create handles for the knot.
These handles support the selection and direct manipulation of the spline elements.
Call DoTangentsHandles in a SplineHandleScope.
Declaration
public static void DoTangentsHandles(SelectableKnot knot)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectableKnot | knot | The knot to draw tangent handles for. |