UtilityEx.Triangulate (IList<Point3D>, natureType) Method

Triangulate a collection of 2.5D points (terrain like).
Public Shared Function Triangulate( _ 
ByVal points As IList(Of Point3D), _ 
Optional ByVal nature As natureType = Mesh.natureType.Plain _ 
) As Mesh
This language is not supported or no code example is available.
public static Mesh Triangulate( 
IList<Point3D> points
natureType nature = Mesh.natureType.Plain 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The 3D point collection

nature
natureType

The desired Mesh nature. Affects only mesh smoothing.

Return Value

Mesh

The resulting Mesh, null/nothing in case of failure.

.NET Framework

Supported in: 4.8

In this article

Definition