OpenSTAAD V8i

Load.GetNodalLoads

Returns the array of load values for the specified node. Array will be formed and dimensioned as per defined load counts.

VB Syntax

Load.GetNodalLoads NodeNo, FXArray, FYArray, FZArray, MXArray, MYArray, MZArray

Where:

NodeNo

Long variable holds the node number for which nodal loads needs to be retrieved.

FXArray, FYArray, FZArray, MXArray, MYArray, MZArray

Double variables return the load array for all the load cases and all directions.

VB Example

'Get the application object --
'Get Nodal Loads
objOpenSTAAD.Load.GetNodalLoads (lNodeNo, dFXArray, dFYArray, dFZArray, dMXArray, dMYArray, dMZArray)

Reference Materials

Load.GetNodalLoadCount

Load.AddNodalLoad

Load.AddSupportDisplacement