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

In This Topic
    Curve Constructor(Int32,IList<Point3D>)
    In This Topic
    Curve by control points constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal degree As Integer, _
       ByVal ctrlPoints As IList(Of Point3D) _
    )
    public Curve( 
       int degree,
       IList<Point3D> ctrlPoints
    )

    Parameters

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