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

In This Topic
    Beam 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 Beam( 
       int nodeIndex1,
       int nodeIndex2,
       MaterialBeam mat
    )

    Parameters

    nodeIndex1
    Index of the second node
    nodeIndex2
    Index of the first node
    mat
    The element material
    Remarks
    The section must have two axes of simmetry, so C and T sections cannot be used here.
    See Also