Method AreKnotLinked
AreKnotLinked(ISplineContainer, SplineKnotIndex, SplineKnotIndex)
Checks if two knots from an ISplineContainer are linked together.
Declaration
public static bool AreKnotLinked(this ISplineContainer container, SplineKnotIndex knotA, SplineKnotIndex knotB)
Parameters
| Type | Name | Description |
|---|---|---|
| ISplineContainer | container | The target SplineContainer. |
| SplineKnotIndex | knotA | The first knot to check. |
| SplineKnotIndex | knotB | The second knot to check against. |
Returns
| Type | Description |
|---|---|
| bool |