OpenSTAAD V8i
Adds LINEARLY VARYING load to beam or beams.
Where:
Integer variable providing the beam number.
Integer variable array providing the beam numbers.
Integer variable giving the direction of load: X direction = 1, Y direction = 2, Z direction = 3.
Double variable providing the load value at the start and end of the member respectively.
Double variable providing the magnitude of the load value for triangular load. If it has a value other than 0, the load is regarded as a triangular load irrespective of values in StartLoad and EndLoad.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Add member linearly varying to member 2 in GY direction
objOpenSTAAD.Load.AddMemberLinearVari 2, 2, 2.0, 0.0, 0.0