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

In This Topic
    PolyRegion2D Constructor(Plane,IList<IList<Point3D>>,Boolean)
    In This Topic
    Construtor for 3D profiles.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plane As Plane, _
       ByVal contourList As IList(Of IList(Of Point3D)), _
       ByVal sortAndOrient As Boolean _
    )
    public PolyRegion2D( 
       Plane plane,
       IList<IList<Point3D>> contourList,
       bool sortAndOrient
    )

    Parameters

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