Element(Int32, Material) Constructor

Material constructor.
Protected Friend Sub New( _ 
ByVal numberOfNodes As Integer, _ 
ByVal material As Material
)
This language is not supported or no code example is available.
internal protected Element( 
int numberOfNodes
Material material 
)
This language is not supported or no code example is available.

Parameters

numberOfNodes
int

The number of nodes in element

material
Material

The element material

.NET Framework

Supported in: 4.8

In this article

Definition