Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Curve Constructor / Curve Constructor(Int32,Point3D[])
The desired curve degree
The list of control points

In This Topic
    Curve Constructor(Int32,Point3D[])
    In This Topic
    Curve by control points constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal degree As Integer, _
       ByVal ParamArray ctrlPoints() As Point3D _
    )
    public Curve( 
       int degree,
       params Point3D[] ctrlPoints
    )

    Parameters

    degree
    The desired curve degree
    ctrlPoints
    The list of control points
    See Also