Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam2D Class / CalcDisplacementsAlongTheBeam Method
The nodes of the FemMesh
The parameter, comprised between 0 and the beam length

In This Topic
    CalcDisplacementsAlongTheBeam Method (Beam2D)
    In This Topic
    Computes the local displacements of the beam at the specified point.
    Syntax
    'Declaration
     
    Public Function CalcDisplacementsAlongTheBeam( _
       ByVal nodes() As Point3D, _
       ByVal t As Double _
    ) As Double()
    public double[] CalcDisplacementsAlongTheBeam( 
       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 local displacements, the third is always zero.
    See Also