Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Truss Class / Truss Constructor / Truss Constructor(Int32,Int32,Material,Double)
Index of the second node
Index of the first node
The element material
Section area of the truss

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

    Parameters

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