Delaunay.ProcessContours Method

Protected Sub ProcessContours( _ 
ByVal points As IList(Of Point3D), _ 
ByVal outer As IList(Of Point3D), _ 
ByVal inners As IList(Of IList(Of Point3D)), _ 
ByVal internals As IList(Of IList(Of Point3D)), _ 
ByVal checkDir As Boolean
)
This language is not supported or no code example is available.
protected void ProcessContours( 
IList<Point3D> points
IList<Point3D> outer
IList<IList<Point3D>> inners
IList<IList<Point3D>> internals
bool checkDir 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

outer
IList<Point3D>

inners
IList<IList<Point3D>>

internals
IList<IList<Point3D>>

checkDir
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition