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

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