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

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

    Parameters

    nodeIndex1
    nodeIndex2
    nodeIndex3
    nodeIndex4
    nodeIndex5
    nodeIndex6
    mat
    The element material
    See Also