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

In This Topic
    GetStyle Method
    In This Topic
    Gets the knot vector style.
    Syntax
    'Declaration
     
    Public Shared Function GetStyle( _
       ByVal U() As Double, _
       ByVal p As Integer, _
       ByVal n As Integer _
    ) As knotVectorType
    public static knotVectorType GetStyle( 
       double[] U,
       int p,
       int n
    )

    Parameters

    U
    p
    Degree
    n
    Number of control points

    Return Value

    The knot vector style.
    See Also