Back to docs
Description Get the total number of nodes in the STAAD model.
Parameters
Returns int: Total number of nodes.
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
count = geometry.GetNodeCount()print(count)
© 2024 OpenStaad
Built with Reflex