Method KnotIndexChanged
KnotIndexChanged(int, int, int)
Updates the KnotLinkCollection indices after a knot index changes.
Declaration
public void KnotIndexChanged(int splineIndex, int previousKnotIndex, int newKnotIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | splineIndex | The index of the spline. |
| int | previousKnotIndex | The previous index of the knot in the spline. |
| int | newKnotIndex | The new index of the knot in the spline. |
KnotIndexChanged(SplineKnotIndex, SplineKnotIndex)
Updates the KnotLinkCollection indices after a knot index changes.
Declaration
public void KnotIndexChanged(SplineKnotIndex previousIndex, SplineKnotIndex newIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| SplineKnotIndex | previousIndex | The previous SplineKnotIndex of the knot. |
| SplineKnotIndex | newIndex | The new SplineKnotIndex of the knot. |