Element2D(Int32, Material) Constructor

2D element constructor.
Public Sub New( _ 
ByVal numberOfNodes As Integer, _ 
ByVal mat As Material
)
This language is not supported or no code example is available.
public Element2D( 
int numberOfNodes
Material mat 
)
This language is not supported or no code example is available.

Parameters

numberOfNodes
int

Number of nodes in element

mat
Material

The element material

.NET Framework

Supported in: 4.8

In this article

Definition