Truss(Int32, Int32, Material, Double) Constructor

Node indices (zero-based) constructor.
Public Sub New( _ 
ByVal nodeIndex1 As Integer, _ 
ByVal nodeIndex2 As Integer, _ 
ByVal mat As Material, _ 
ByVal area As Double
)
This language is not supported or no code example is available.
public Truss( 
int nodeIndex1
int nodeIndex2
Material mat
double area 
)
This language is not supported or no code example is available.

Parameters

nodeIndex1
int

Index of the second node

nodeIndex2
int

Index of the first node

mat
Material

The element material

area
double

Section area of the truss

.NET Framework

Supported in: 4.8

In this article

Definition