OpenSTAAD V8i

Geometry.DeleteBeam

Deletes a specified beam.

VB Syntax

Geometry.DeleteBeam BeamNo

Where:

BeamNo

A Long variable containing the beam number to be deleted from the structure.

VB Example

 Dim objOpenSTAAD As Object
 Dim BeamNo As Long
'Get the application object --
'Delete beam number 25
 BeamNo = 25
 objOpenSTAAD.Geometry.DeleteBeam BeamNo