OpenSTAAD V8i
Adds trapezoidal 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:
Direction | Integer Value |
---|---|
local x | 1 |
local y | 2 |
local z | 3 |
global X | 4 |
global Y | 5 |
global Z | 6 |
projected x | 7 |
projected y | 8 |
projected z | 9 |
For additional information, refer to Section 5.32.2 of the Technical Reference manual.
Double variable providing the load value at the start and end of the member respectively.
Double variable providing the start and end distance of the load.
(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.AddMemberTrapezoidal 2, 2, 2.0, 0.0, 0.0