Mesh.FromTriangles Method

Generates a smooth Mesh from a list of triangles.
Public Sub FromTriangles( _ 
ByVal v As Point3D() _ 
)
This language is not supported or no code example is available.
public void FromTriangles( 
Point3D[] v 
)
This language is not supported or no code example is available.

Parameters

v
Point3D[]

A list of triangle vertices

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition