OpenSTAAD V8i
Returns nodal displacements for the node number and load case specified.
Where:
Long variable contains the node number.
Long variable contains the load case number.
A double array of dimension six, which returns nodal displacements.
'Get the application object --
'Get Nodal Displacement
objOpenSTAAD.Output.GetNodeDisplacements (lNodeNo, lLoadCase, dDisplacementArray)