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

In This Topic
    Tetra4 Constructor(Int32,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 nodeIndex4 As Integer, _
       ByVal mat As Material _
    )
    public Tetra4( 
       int nodeIndex1,
       int nodeIndex2,
       int nodeIndex3,
       int nodeIndex4,
       Material mat
    )

    Parameters

    nodeIndex1
    nodeIndex2
    nodeIndex3
    nodeIndex4
    mat
    The element material
    See Also