OPS

HomeDocsSupport

OPS

Back to docs

GetLastNodeNo

Description Retrieve the number of the last node in the STAAD model.

Parameters

  • None

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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex