Eyeshot 10 WinForms API Reference
CalcGlobalDisplacementsAlongTheBeam Method

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Beam Class : CalcGlobalDisplacementsAlongTheBeam Method
The nodes of the FemMesh
The parameter, comprised between 0 and the beam length
Computes the global displacements of the beam at the specified point.
Syntax
'Declaration
 
Public Function CalcGlobalDisplacementsAlongTheBeam( _
   ByVal nodes() As Point3D, _
   ByVal t As Double _
) As Double()
public double[] CalcGlobalDisplacementsAlongTheBeam( 
   Point3D[] nodes,
   double t
)

Parameters

nodes
The nodes of the FemMesh
t
The parameter, comprised between 0 and the beam length

Return Value

The array of global displacements.
See Also

Reference

Beam Class
Beam Members