OpenSTAAD V8i
Assigns the specified support to node or nodes.
Where:
Long variable providing the node number.
Long variable array providing the node numbers.
Long variable providing the reference number of the support
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Assign support 2 to node 1
bResult = objOpenSTAAD.Support.AssignSupportToNode (1, 2)