Back to docs
Description Retrieve the number of the last node in the STAAD model.
Parameters
Returns int: The last node number.
Example
from openstaad import Geometry
# Instanciate the Geometry module
geometry= Geometry()
#Execute the function from geometry module
last_node = geometry.GetLastNodeNo()print(last_node)
© 2024 OpenStaad
Built with Reflex