Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / AddElementsAndNodesToCurrentMesh Method
The nodes list to add
The elements list to add

In This Topic
    AddElementsAndNodesToCurrentMesh Method
    In This Topic
    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