Eyeshot 10 WinForms API Reference
Region Constructor(ICurve,Plane,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > Region Constructor : Region Constructor(ICurve,Plane,Boolean)
The outer contour
The contour plane
When true, the contour is properly oriented.
Single contour, plane and sorting flag constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal outer As ICurve, _
   ByVal pln As Plane, _
   Optional ByVal sortAndOrient As Boolean _
)
public Region( 
   ICurve outer,
   Plane pln,
   bool sortAndOrient
)

Parameters

outer
The outer contour
pln
The contour plane
sortAndOrient
When true, the contour is properly oriented.
See Also

Reference

Region Class
Region Members
Overload List