OpenSTAAD V8i

Output.GetSupportReactions

Returns support reactions for the node number and load case specified.

VB Syntax

Output.GetSupportReactions NodeNo, LoadCase, ReactionArray

Where:

NodeNo

Long variable contains the node number, which is supported.

LoadCase

Long variable contains the load case number.

ReactionArray

A long array of dimension 6, which returns support reactions.

VB Example

'Get the application object --
'Get Support Reaction
objOpenSTAAD.Output.GetSupportReactions (lNodeNo, lLoadCase, dReactionArray)