OpenSTAAD V8i
Assigns Beta Angle to beam or beams.
Where:
Integer variable providing the beam number.
Integer variable array providing the beam numbers.
Double variable providing the beta angle in degrees.
(Boolean) True (1) if the function is successful, false (0) otherwise.
'Get the application object --
'Assign beta angle 90.0 to beam no 3
bResult = objOpenSTAAD.Property.AssignBetaAngle 3, 90.0