Eyeshot 10 WinForms API Reference
Truss2D Constructor(Int32,Int32,Material,Double)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Truss2D Class > Truss2D Constructor : Truss2D Constructor(Int32,Int32,Material,Double)
Index of the second node
Index of the first node
The element material
Section area of the truss
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 Truss2D( 
   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

Reference

Truss2D Class
Truss2D Members
Overload List