Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / PolyRegion2D Constructor / PolyRegion2D Constructor(IList<Polygon2D>,Boolean)
The list of contours points
When true, the profiles are properly sorted and oriented.

In This Topic
    PolyRegion2D Constructor(IList<Polygon2D>,Boolean)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contourList As IList(Of Polygon2D), _
       ByVal sortAndOrient As Boolean _
    )
    public PolyRegion2D( 
       IList<Polygon2D> contourList,
       bool sortAndOrient
    )

    Parameters

    contourList
    The list of contours points
    sortAndOrient
    When true, the profiles are properly sorted and oriented.
    See Also