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

In This Topic
    InsertKnotU(Double,Int32) Method
    In This Topic
    Inserts a knot a number of times in the U parametric direction.
    Syntax
    'Declaration
     
    Public Overloads Function InsertKnotU( _
       ByVal u As Double, _
       ByVal r As Integer _
    ) As Integer
    public int InsertKnotU( 
       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