Region(ICurve, devDept.Geometry.Plane, Boolean) Constructor

Single contour, plane and sorting flag constructor.
Public Sub New( _ 
ByVal outer As ICurve, _ 
ByVal pln As devDept.Geometry.Plane, _ 
Optional ByVal sortAndOrient As Boolean = true _ 
)
This language is not supported or no code example is available.
public Region( 
ICurve outer
devDept.Geometry.Plane pln
bool sortAndOrient = true 
)
This language is not supported or no code example is available.

Parameters

outer
ICurve

The outer contour

pln
devDept.Geometry.Plane

The contour plane

sortAndOrient
bool

When true, the contour is properly oriented.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition