Delaunay.ProcessTriangulation Method

Triangulate the points with indices between startFrom and endAt indices.
Protected Function ProcessTriangulation( _ 
ByVal startFrom As Integer, _ 
ByVal endAt As Integer, _ 
ByVal title As String, _ 
ByVal checkInside As Boolean, _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
) As Boolean
This language is not supported or no code example is available.
protected bool ProcessTriangulation( 
int startFrom
int endAt
string title
bool checkInside
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

startFrom
int

Start index

endAt
int

End index

title
string

Update progress message

checkInside
bool

Checks if cavity triangles to be added are inside the loops

worker
BackgroundWorker

Worker thread

doWorkEventArgs
DoWorkEventArgs

Worker thread do work event arguments

Return Value

bool

True if the triangulation is successful.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition