Method SetLinkedKnotPosition
SetLinkedKnotPosition<T>(T, SplineKnotIndex)
Sets the position of all knots linked to the knot at index
in an ISplineContainer to the same position.
Declaration
public static void SetLinkedKnotPosition<T>(this T container, SplineKnotIndex index) where T : ISplineContainer
Parameters
Type | Name | Description |
---|---|---|
T | container | The target container. |
SplineKnotIndex | index | The |
Type Parameters
Name | Description |
---|---|
T | A type that implements ISplineContainer. |