OpenSTAAD V8i

Support.GetSupportInformation

Returns support information for the specified node.

VB Syntax

Support.GetSupportInformationNodeNo, ReleaseSpecArray, SpringSpecArray

Where:

NodeNo

Long variable providing the node number.

ReleaseSpecArray

Integer array of dimension six retrieved values.

0 = Released

1 = Not Released

SpringSpecArray

Integer array of dimension six retrieved values for the spring stiffness of each degree of freedom.

VB Example

'Get the application object --
'Get Support Information
objOpenSTAAD.Support.GetSupportInformation lNodeNo, iReleaseSpecArray, dSpringSpecArray