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

Vertices and triangles 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 Mesh( 
IList<Point3D> vertices
IList<IndexTriangle> triangles 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

The vertices list

triangles
IList<IndexTriangle>

The triangles list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition