OpenSTAAD V8i
Adds trapezoidal pressure loading to plate elements.
Where:
Integer variable providing the plate number.
Integer variable array providing the plate numbers.
Integer variable giving the direction of pressure:
1 = Local X direction
2 = Local Y direction
Double variable providing the pressure at start and end.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Add element pressure
objOpenSTAAD.Load.AddElementTrapPressure 2, 1, 2.0, 3.0