Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / FindSpan Method
Number of control points
Degree

In This Topic
    FindSpan Method
    In This Topic
    Determines the knot span index.
    Syntax
    'Declaration
     
    Public Shared Function FindSpan( _
       ByVal U() As Double, _
       ByVal n As Integer, _
       ByVal p As Integer, _
       ByVal u1 As Double _
    ) As Integer
    public static int FindSpan( 
       double[] U,
       int n,
       int p,
       double u1
    )

    Parameters

    U
    n
    Number of control points
    p
    Degree
    u1

    Return Value

    The knot span index.
    See Also