Back to docs
Description Get the number of the last beam in the model.
Parameters
Returns int: Last beam number.
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
last_beam = geometry.GetLastBeamNo()print(last_beam)
© 2024 OpenStaad
Built with Reflex