FemMesh(IList<Point3D>, IList<Element>) Constructor

Node and element list constructor.
Public Sub New( _ 
ByVal theNodes As IList(Of Point3D), _ 
ByVal theElements As IList(Of Element) _ 
)
This language is not supported or no code example is available.
public FemMesh( 
IList<Point3D> theNodes
IList<Element> theElements 
)
This language is not supported or no code example is available.

Parameters

theNodes
IList<Point3D>

The node list

theElements
IList<Element>

The element list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition