Element3D(Int32, Material) Constructor

3D 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 Element3D( 
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.5, 4.6, 4.7

In this article

Definition