Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FemMesh Constructor / FemMesh Constructor(Int32,Int32)
Number of nodes in the mesh
Number of elements in the mesh

In This Topic
    FemMesh Constructor(Int32,Int32)
    In This Topic
    Number of nodes and number of elements constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numVertices As Integer, _
       ByVal numElements As Integer _
    )
    public FemMesh( 
       int numVertices,
       int numElements
    )

    Parameters

    numVertices
    Number of nodes in the mesh
    numElements
    Number of elements in the mesh
    See Also