Method Unlink
Unlink(SplineKnotIndex)
Unlinks a knot from the knots it is linked to. This method unlinks the knot specified, but does not unlink the other knots from each other.
Declaration
public void Unlink(SplineKnotIndex knot)
Parameters
| Type | Name | Description |
|---|---|---|
| SplineKnotIndex | knot | The knot to unlink. |