OpenSTAAD V8i
Deletes a specified beam.
Where:
A Long variable containing the beam number to be deleted from the structure.
Dim objOpenSTAAD As Object
Dim BeamNo As Long
'Get the application object --
'Delete beam number 25
BeamNo = 25
objOpenSTAAD.Geometry.DeleteBeam BeamNo