Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / InsertKnot Method / InsertKnot(Point3D,Int32) Method
The point to be projected on the curve
The number of times to insert

In This Topic
    InsertKnot(Point3D,Int32) Method
    In This Topic
    Inserts a knot a number of times. It is added at the parameter corresponding to the projection of the given point on the curve. The insertion does not affect the shape of the curve.
    Syntax
    'Declaration
     
    Public Overloads Function InsertKnot( _
       ByVal ctrlPoint As Point3D, _
       ByVal r As Integer _
    ) As Boolean
    public bool InsertKnot( 
       Point3D ctrlPoint,
       int r
    )

    Parameters

    ctrlPoint
    The point to be projected on the curve
    r
    The number of times to insert

    Return Value

    True if the operation is successful, false otherwise.
    See Also