OPS

HomeDocsSupport

OPS

Back to docs

GetNodeCount

Description Get the total number of nodes in the STAAD model.

Parameters

  • None

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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex