Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CompositeCurve Constructor / CompositeCurve Constructor(IEnumerable<ICurve>,Boolean)
The curve list
When true, the curves are properly sorted and oriented.

In This Topic
    CompositeCurve Constructor(IEnumerable<ICurve>,Boolean)
    In This Topic
    Curve list and sorting flag constructor. The first curve in the list determines the contour orientation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal curveList As IEnumerable(Of ICurve), _
       ByVal sortAndOrient As Boolean _
    )
    public CompositeCurve( 
       IEnumerable<ICurve> curveList,
       bool sortAndOrient
    )

    Parameters

    curveList
    The curve list
    sortAndOrient
    When true, the curves are properly sorted and oriented.
    See Also