Method GetKnotLinks
GetKnotLinks(SplineKnotIndex)
Gets the knots linked to a specific knot.
Declaration
public IReadOnlyList<SplineKnotIndex> GetKnotLinks(SplineKnotIndex knotIndex)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | knotIndex | The SplineKnotIndex of the knot. |
Returns
Type | Description |
---|---|
IReadOnlyList<SplineKnotIndex> | Returns a list of knots linked to the specified knot. The specified knot is also in the list. |