OPS

HomeDocsSupport

OPS

Back to docs

GetLastBeamNo

Description Get the number of the last beam in the model.

Parameters

  • None

Returns int: Last beam number.

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
last_beam = geometry.GetLastBeamNo()

print(last_beam)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex