Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / RemoveKnotV Method
The knot to remove
The multiplicity of the knot
The number of times to try to remove the knot

In This Topic
    RemoveKnotV Method
    In This Topic
    Removes an internal knot from the surface V knot vector.
    Syntax
    'Declaration
     
    Public Function RemoveKnotV( _
       ByVal r As Integer, _
       ByVal s As Integer, _
       ByVal num As Integer _
    ) As Integer
    public int RemoveKnotV( 
       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
    See Also