Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / InsertKnot Method / InsertKnot(Double,Int32) Method
The knot to insert
The number of times to insert

In This Topic
    InsertKnot(Double,Int32) Method
    In This Topic
    Inserts a knot a number of times. It does not affect the shape of the curve.
    Syntax
    'Declaration
     
    Public Overloads Function InsertKnot( _
       ByVal u As Double, _
       ByVal r As Integer _
    ) As Integer
    public int InsertKnot( 
       double u,
       int r
    )

    Parameters

    u
    The knot to insert
    r
    The number of times to insert

    Return Value

    The number of knots inserted, zero otherwise.
    See Also