Back to docs
Description Retrieve a list of currently selected beams.
Parameters
Returns list: List of selected node 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
selected_beams = geometry.GetSelectedBeams()© 2024 OpenStaad
Built with Reflex