Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / RemoveKnot Method / RemoveKnot(Int32,Int32,Int32) Method
The knot to remove
The multiplicity of the knot
The number of times to try to remove the knot

In This Topic
    RemoveKnot(Int32,Int32,Int32) Method
    In This Topic
    Removes an internal knot from a curve.
    Syntax
    'Declaration
     
    Public Overloads Function RemoveKnot( _
       ByVal r As Integer, _
       ByVal s As Integer, _
       ByVal num As Integer _
    ) As Integer
    public int RemoveKnot( 
       int r,
       int s,
       int num
    )

    Parameters

    r
    The knot to remove
    s
    The multiplicity of the knot
    num
    The number of times to try to remove the knot
    Remarks
    Must be an internal knot.
    See Also