Method TryGetKnotLinks
TryGetKnotLinks(SplineKnotIndex, out IReadOnlyList<SplineKnotIndex>)
Gets the knots linked to a specific knot.
Declaration
public bool TryGetKnotLinks(SplineKnotIndex knotIndex, out IReadOnlyList<SplineKnotIndex> linkedKnots)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | knotIndex | The SplineKnotIndex of the knot. |
IReadOnlyList<SplineKnotIndex> | linkedKnots | The output list of the knots linked to the specified knot if they exist or null if they do not exist. |
Returns
Type | Description |
---|---|
bool | Returns true if linked knots are found, false otherwise. |