Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FemMesh Constructor / FemMesh Constructor(IList<Point3D>,IList<Element>)
The node list
The element list

In This Topic
    FemMesh Constructor(IList<Point3D>,IList<Element>)
    In This Topic
    Node and element list constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal theNodes As IList(Of Point3D), _
       ByVal theElements As IList(Of Element) _
    )
    public FemMesh( 
       IList<Point3D> theNodes,
       IList<Element> theElements
    )

    Parameters

    theNodes
    The node list
    theElements
    The element list
    See Also