FemMesh(Int32, Int32) Constructor

Number of nodes and number of elements constructor.
Public Sub New( _ 
ByVal numVertices As Integer, _ 
ByVal numElements As Integer
)
This language is not supported or no code example is available.
public FemMesh( 
int numVertices
int numElements 
)
This language is not supported or no code example is available.

Parameters

numVertices
int

Number of nodes in the mesh

numElements
int

Number of elements in the mesh

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition