Splits knot sequence at the specified parameter value. The knot at the end of the first piece and at the beginning of the second piece is inserted or deleted to satisfy the input multiplicity values.
Public Function Split(
parameter As double,
multiplicityLast As Integer,
multiplicityFirst As Integer
) As KnotCollection()
public KnotCollection\[\] Split(
double parameter,
int multiplicityLast,
int multiplicityFirst
);
| Parameters | Description |
|---|---|
| double parameter | Input split parameter |
| int multiplicityLast | Input multiplicity of the last knot in the head fraction. |
| int multiplicityFirst | Input multiplicity of the first knot in the tail fraction |