OpenSTAAD V8i

Output.GetAllSolidNormalStresses

Returns normal stresses for the specified solid element at the specified corner.

VB Syntax

Output.GetAllSolidNormalStresses SolidNo, Corner, LoadCase, StressesArray

Where:

SolidNo

A long variable contains solid element no.

Corner

A long variable specifies the corner of that solid element.

LoadCase

A long variable contains load case no.

StressesArray

A long array of dimension 3, which returns solid corner stresses.

VB Example

'Get the application object --
'Get Solid Corner Normal Stresses
objOpenSTAAD.Output.GetAllSolidNormalStresses (lSolidNo, lCorner, lLoadCase, lStressesArray)

Reference Materials

Output.GetAllSolidPrincipalStresses

Output.GetAllSolidShearStresses

Output.GetAllSolidVonMisesStresses