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

In This Topic
    InsertKnotV(Double,Int32) Method
    In This Topic
    Inserts a knot a number of times in the V parametric direction.
    Syntax
    'Declaration
     
    Public Overloads Function InsertKnotV( _
       ByVal v As Double, _
       ByVal r As Integer _
    ) As Integer
    public int InsertKnotV( 
       double v,
       int r
    )

    Parameters

    v
    The knot to Insert
    r
    The number of times to Insert

    Return Value

    The number of knots inserted, zero otherwise.
    See Also