OpenSTAAD V8i
Returns normal stresses for the specified solid element at the specified corner.
Where:
A long variable contains solid element no.
A long variable specifies the corner of that solid element.
A long variable contains load case no.
A long array of dimension 3, which returns solid corner stresses.
'Get the application object --
'Get Solid Corner Normal Stresses
objOpenSTAAD.Output.GetAllSolidNormalStresses (lSolidNo, lCorner, lLoadCase, lStressesArray)