Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / Beam2D Constructor / Beam2D Constructor(Int32,Int32,MaterialBeam)
Index of the second node
Index of the first node
The element material

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

    Parameters

    nodeIndex1
    Index of the second node
    nodeIndex2
    Index of the first node
    mat
    The element material
    See Also