Tria6(IEnumerable<Int32>, Material) Constructor

Node indices (zero-based) constructor.
Public Sub New( _ 
ByVal nodeIndices As IEnumerable(Of Integer), _ 
ByVal mat As Material
)
This language is not supported or no code example is available.
public Tria6( 
IEnumerable<int> nodeIndices
Material mat 
)
This language is not supported or no code example is available.

Parameters

nodeIndices
IEnumerable<int>

The list of node indices

mat
Material

The element material

.NET Framework

Supported in: 4.8

In this article

Definition