Beam.CalcGlobalDisplacementsAlongTheBeam Method

Computes the global displacements of the beam at the specified point.
Public Function CalcGlobalDisplacementsAlongTheBeam( _ 
ByVal nodes As Point3D(), _ 
ByVal t As Double
) As Double()
This language is not supported or no code example is available.
public double[] CalcGlobalDisplacementsAlongTheBeam( 
Point3D[] nodes
double t 
)
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

Return Value

double[]

The array of global displacements.

.NET Framework

Supported in: 4.8

In this article

Definition