Eyeshot 10 WPF API Reference
PolyRegion2D Constructor(Plane,IList<IList<Point3D>>)

WPF Assembly > devDept.Geometry Namespace > PolyRegion2D Class > PolyRegion2D Constructor : PolyRegion2D Constructor(Plane,IList<IList<Point3D>>)
The profile plane
The list of contours points
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

Reference

PolyRegion2D Class
PolyRegion2D Members
Overload List