Beam.CalcStress Method

Computes element's stresses.
Public Overrides Sub CalcStress( _ 
ByVal nodes As Point3D(), _ 
ByVal elemIndex As Integer, _ 
ByVal numberOfElementsPerNode As Integer(), _ 
ByVal temperature As Boolean
)
This language is not supported or no code example is available.
public override void CalcStress( 
Point3D[] nodes
int elemIndex
int[] numberOfElementsPerNode
bool temperature 
)
This language is not supported or no code example is available.

Parameters

nodes
Point3D[]

Mesh nodes

elemIndex
int

Element index

numberOfElementsPerNode
int[]

Number of elements per node

temperature
bool

Include temperature flag

.NET Framework

Supported in: 4.8

In this article

Definition