VolumeMesher(IList<Point3D>, IList<IndexTriangle>) Constructor

Boundary vertices and triangles mesh constructor.
Public Sub New( _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal triangles As IList(Of IndexTriangle) _ 
)
This language is not supported or no code example is available.
public VolumeMesher( 
IList<Point3D> vertices
IList<IndexTriangle> triangles 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

The array of 3D points

triangles
IList<IndexTriangle>

The array of triangles. Boundary and (embedded) hard faces.

.NET Framework

Supported in: 4.8

In this article

Definition