FaceElement Constructor

Standard constructor.
Public Sub New( _ 
ByVal triangles As List(Of Integer) _ 
)
This language is not supported or no code example is available.
public FaceElement( 
List<int> triangles 
)
This language is not supported or no code example is available.

Parameters

triangles
List<int>

The triangles list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition