OpenSTAAD V8i
Adds TEMPERATURE LOAD to beam or plate elements.
Where:
Integer variable providing the member/element number.
Integer variable array providing the member/element numbers.
Double variable providing the temperature causing axial elongation.
Double variable providing the differential temperature between top and bottom surface.
Double variable providing the differential temperature from side to side.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Add temperature load
objOpenSTAAD.Load.AddTemperatureLoad 2, 10.0, 20.0, 30.0