Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Tria3 Class / Tria3 Constructor / Tria3 Constructor(Int32,Int32,Int32,Material)
The element material

In This Topic
    Tria3 Constructor(Int32,Int32,Int32,Material)
    In This Topic
    Node indices (zero-based) constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nodeIndex1 As Integer, _
       ByVal nodeIndex2 As Integer, _
       ByVal nodeIndex3 As Integer, _
       ByVal mat As Material _
    )
    public Tria3( 
       int nodeIndex1,
       int nodeIndex2,
       int nodeIndex3,
       Material mat
    )

    Parameters

    nodeIndex1
    nodeIndex2
    nodeIndex3
    mat
    The element material
    See Also