Back to docs
Description Retrieve a list of all beam (member) numbers.
Parameters
Returns list: List of beam numbers.
Example To use this function see the following example:
from openstaad import Geometry
# Instanciate the Geometry module
geometry= Geometry()
#Execute the function from geometry module
beams = geometry.GetBeamList()print(beams)
© 2024 OpenStaad
Built with Reflex