Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Tria3 Class / Tria3 Constructor / Tria3 Constructor(IList<Int32>,Material)
The list of node indices
The element material

In This Topic
    Tria3 Constructor(IList<Int32>,Material)
    In This Topic
    Node indices (zero-based) constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nodeIndices As IList(Of Integer), _
       ByVal mat As Material _
    )
    public Tria3( 
       IList<int> nodeIndices,
       Material mat
    )

    Parameters

    nodeIndices
    The list of node indices
    mat
    The element material
    See Also