Beam.CalcTemp Method

Computes element's load derived from thermal expansion.
Public Overrides Sub CalcTemp( _ 
ByVal elemIndex As Integer, _ 
ByVal nodes As Point3D() _ 
)
This language is not supported or no code example is available.
public override void CalcTemp( 
int elemIndex
Point3D[] nodes 
)
This language is not supported or no code example is available.

Parameters

elemIndex
int

Element index

nodes
Point3D[]

Mesh nodes

.NET Framework

Supported in: 4.8

In this article

Definition