OpenSTAAD V8i
Adds JOINT LOAD to the specified node number or numbers.
Where:
Long variable providing the node number.
Integer variable array providing the node numbers.
Double variables providing the load values in individual directions.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Add joint load of 2units in X direction at node number 2
objOpenSTAAD.Load.AddNodalLoad 2, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0