FemMesh.AddElementsAndNodesToCurrentMesh Method

Adds elements and nodes to the FemMesh object.
Public Sub AddElementsAndNodesToCurrentMesh( _ 
ByVal pointsArray As Point3D(), _ 
ByVal elementsArray As Element() _ 
)
This language is not supported or no code example is available.
public void AddElementsAndNodesToCurrentMesh( 
Point3D[] pointsArray
Element[] elementsArray 
)
This language is not supported or no code example is available.

Parameters

pointsArray
Point3D[]

The nodes list to add

elementsArray
Element[]

The elements list to add

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition