OpenSTAAD V8i

Support.AssignSupportToNode

Assigns the specified support to node or nodes.

VB Syntax

Support.AssignSupportToNode NodeNo, SupportNo Support.AssignSupportToNode NodeNoArray, SupportNo 

Where:

NodeNo

Long variable providing the node number.

NodeNoArray

Long variable array providing the node numbers.

SupportNo

Long variable providing the reference number of the support

Return Value

(Boolean) True (1) if the function is successful, false (0) otherwise.

VB Example

'Get the application object --
'Assign support 2 to node 1
bResult = objOpenSTAAD.Support.AssignSupportToNode (1, 2)