OpenSTAAD V8i
Returns Smax and Smin for Top and Bottom of the specified plate.
Where:
A long variable contains plate element no.
A long variable contains load case no.
Double variables, which return the corresponding values for the center of the specified plate.
'Get the application object --
'GetPlateCenter Normal Principal Stresses
objOpenSTAAD.Output.GetPlateCenterNormalPrincipalStresses (lPlateNo, lLoadCase, dSMAXTop, dSMINTop, _
dSMAXBottom, dSMINBottom)