Beam.CalcMoments Method

Computes the torsion and bending moments of the beam at the specified point.
Public Sub CalcMoments( _ 
ByVal nodes As Point3D(), _ 
ByVal t As Double, _ 
ByRef torsion As Double, _ 
ByRef bendingV As Double, _ 
ByRef bendingW As Double
)
This language is not supported or no code example is available.
public void CalcMoments( 
Point3D[] nodes
double t
out double torsion
out double bendingV
out double bendingW 
)
This language is not supported or no code example is available.

Parameters

nodes
Point3D[]

The nodes of the FemMesh

t
double

The parameter, comprised between 0 and the beam length

torsion
double

The torsion moment at t

bendingV
double

The bending moment around the local V axis at t

bendingW
double

The bending moment around the local W axis at t

.NET Framework

Supported in: 4.8

In this article

Definition