Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element3D Class / TotalUpTheStresses Method

In This Topic
    TotalUpTheStresses Method (Element3D)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub TotalUpTheStresses( _
       ByVal strnd(,) As Double, _
       ByVal numberOfElementsPerNode() As Integer, _
       ByVal nodes() As Point3D _
    ) 
    protected void TotalUpTheStresses( 
       double[,] strnd,
       int[] numberOfElementsPerNode,
       Point3D[] nodes
    )

    Parameters

    strnd
    numberOfElementsPerNode
    nodes
    See Also