Method UnlinkKnots
UnlinkKnots<T>(T, IReadOnlyList<SplineKnotIndex>)
Unlinks several knots from an ISplineContainer. A knot in knots
disconnects from other knots it was linked to.
Declaration
public static void UnlinkKnots<T>(this T container, IReadOnlyList<SplineKnotIndex> knots) where T : ISplineContainer
Parameters
Type | Name | Description |
---|---|---|
T | container | The target SplineContainer. |
IReadOnlyList<SplineKnotIndex> | knots | The knot to unlink. |
Type Parameters
Name | Description |
---|---|
T | A type implementing ISplineContainer. |