Tria3(Int32, Int32, Int32, Material) Constructor

Node indices (zero-based) constructor.
Public Sub New( _ 
ByVal nodeIndex1 As Integer, _ 
ByVal nodeIndex2 As Integer, _ 
ByVal nodeIndex3 As Integer, _ 
ByVal mat As Material
)
This language is not supported or no code example is available.
public Tria3( 
int nodeIndex1
int nodeIndex2
int nodeIndex3
Material mat 
)
This language is not supported or no code example is available.

Parameters

nodeIndex1
int

nodeIndex2
int

nodeIndex3
int

mat
Material

The element material

.NET Framework

Supported in: 4.8

In this article

Definition