Method ShiftKnotIndices
ShiftKnotIndices(SplineKnotIndex, int)
Changes the indices of the KnotLinkCollection to ensure they are valid. This is mainly used when splines or knots are inserted or removed from a SplineContainer.
Declaration
public void ShiftKnotIndices(SplineKnotIndex index, int offset)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | index | The SplineKnotIndex of the knot. |
int | offset | The offset to apply on other knots. |