Tria6(Int32, Int32, Int32, 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 nodeIndex4 As Integer, _ 
ByVal nodeIndex5 As Integer, _ 
ByVal nodeIndex6 As Integer, _ 
ByVal mat As Material
)
This language is not supported or no code example is available.
public Tria6( 
int nodeIndex1
int nodeIndex2
int nodeIndex3
int nodeIndex4
int nodeIndex5
int nodeIndex6
Material mat 
)
This language is not supported or no code example is available.

Parameters

nodeIndex1
int

nodeIndex2
int

nodeIndex3
int

nodeIndex4
int

nodeIndex5
int

nodeIndex6
int

mat
Material

The element material

.NET Framework

Supported in: 4.8

In this article

Definition