KnotCollection.Split Method

Description

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.

Visual Basic

Public Function Split(
    parameter As double, 
    multiplicityLast As Integer, 
    multiplicityFirst As Integer
) As KnotCollection()

C#

public KnotCollection\[\] Split(
    double parameter, 
    int multiplicityLast, 
    int multiplicityFirst
);

Parameters

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

Links

KnotCollection Class, Autodesk.AutoCAD.Geometry Namespace