Delaunay.Triangulate (Point3D(), IndexTriangle()) Method

Performs triangulation.
Public Overridable Sub Triangulate( _ 
ByRef ecVertices As Point3D(), _ 
ByRef ecTriangles As IndexTriangle() _ 
)
This language is not supported or no code example is available.
public virtual void Triangulate( 
out Point3D[] ecVertices
out IndexTriangle[] ecTriangles 
)
This language is not supported or no code example is available.

Parameters

ecVertices
Point3D[]

Resulting vertices

ecTriangles
IndexTriangle[]

Resulting triangles

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition