OpenSTAAD V8i
Returns the array of load values for the specified node. Array will be formed and dimensioned as per defined load counts.
Where:
Long variable holds the node number for which nodal loads needs to be retrieved.
Double variables return the load array for all the load cases and all directions.
'Get the application object --
'Get Nodal Loads
objOpenSTAAD.Load.GetNodalLoads (lNodeNo, dFXArray, dFYArray, dFZArray, dMXArray, dMYArray, dMZArray)