Method KnotRemoved
KnotRemoved(int, int)
Updates the KnotLinkCollection indices after a knot has been removed.
Declaration
public void KnotRemoved(int splineIndex, int knotIndex)
Parameters
Type | Name | Description |
---|---|---|
int | splineIndex | The index of the spline. |
int | knotIndex | The index of the removed knot in the spline. |
KnotRemoved(SplineKnotIndex)
Updates the KnotLinkCollection indices after a knot has been removed.
Declaration
public void KnotRemoved(SplineKnotIndex index)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | index | The SplineKnotIndex of the removed knot. |