OpenSTAAD V8i
Returns maximum and minimum bending moments and their locations for specified member number, load case, and bending direction.
Where:
Long variable contains the member number.
String variable specifying the bending direction.
MY = return moments about the local Y axis of the member
MZ = return moments about the local Z axis of the member
Long variable contains the load case number.
Double variable which returns the minimum bending moment.
Double variable which returns the location along the length of the member where the minimum bending moment is located.
Double variable which returns the maximum bending moment.
Double variable which returns the location along the length of the member where the maximum bending moment is located.
'Get the application object --
'Get Max and Min Member Bending Moments
objOpenSTAAD.Output.GetMinMaxBendingMoment (lMemberNo, sDir, lLoadCase, dMin, dMinPos, dMax, dMaxPos)