Method Link
Link(SplineKnotIndex, SplineKnotIndex)
Links two knots positions to each other. If you link knots that are already linked to other knots, then all of the knots link to each other.
Declaration
public void Link(SplineKnotIndex knotA, SplineKnotIndex knotB)
Parameters
Type | Name | Description |
---|---|---|
SplineKnotIndex | knotA | The first knot to link. |
SplineKnotIndex | knotB | The first knot to link. |