OPS

HomeDocsSupport

OPS

Back to docs

GetMemberCount

Description Get the number of members (beams) in the model.

Parameters

  • None

Returns int: Number of members.

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.GetMemberCount()

print(count)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex