Eyeshot 9.0 WinForms API Reference
AddElementsAndNodesToCurrentMesh Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class : AddElementsAndNodesToCurrentMesh Method
The nodes list to add
The elements list to add
Adds elements and nodes to the FemMesh object.
Syntax
'Declaration
 
Public Sub AddElementsAndNodesToCurrentMesh( _
   ByVal pointsArray() As Point3D, _
   ByVal elementsArray() As Element _
) 
public void AddElementsAndNodesToCurrentMesh( 
   Point3D[] pointsArray,
   Element[] elementsArray
)

Parameters

pointsArray
The nodes list to add
elementsArray
The elements list to add
See Also

Reference

FemMesh Class
FemMesh Members