OpenSTAAD V8i
Adds SUPPORT DISPLACEMENT to node or nodes.
Where:
Integer variable providing the node number.
Integer variable array providing the node numbers.
Integer variable giving the direction of displacement: X direction = 1, Y direction = 2, Z direction = 3.
Double variable providing the magnitude of the support displacement in current units.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Add joint load of 2mm displacement to node 2 in global X
objOpenSTAAD.Load.AddSupportDisplacement 2, 1, 2.0