Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / PolyRegion2D Constructor / PolyRegion2D Constructor(Plane,IList<IList<Point3D>>)
The profile plane
The list of contours points

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

    Parameters

    plane
    The profile plane
    contourList
    The list of contours points
    See Also