Beam(Int32, Int32, MaterialBeam) Constructor

Node indices (zero-based) constructor.
Public Sub New( _ 
ByVal nodeIndex1 As Integer, _ 
ByVal nodeIndex2 As Integer, _ 
ByVal mat As MaterialBeam
)
This language is not supported or no code example is available.
public Beam( 
int nodeIndex1
int nodeIndex2
MaterialBeam mat 
)
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
MaterialBeam

The element material

Remarks
 
The section must have two axes of simmetry, so C and T sections cannot be used here.

.NET Framework

Supported in: 4.8

In this article

Definition