Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / CurveEx Class / CurveEx Constructor / CurveEx Constructor(Int32,Double[],Point4D[])

In This Topic
    CurveEx Constructor(Int32,Double[],Point4D[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal degree As Integer, _
       ByVal knotVector() As Double, _
       ByVal ctrlPoints() As Point4D _
    )
    public CurveEx( 
       int degree,
       double[] knotVector,
       Point4D[] ctrlPoints
    )

    Parameters

    degree
    knotVector
    ctrlPoints
    See Also