OPS

HomeDocsSupport

OPS

Back to docs

GetLastPhysicalMemberNo

Description Get the number of the last physical member in the model.

Parameters

  • None

Returns int: Last physical member 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_pm = geometry.GetLastPhysicalMemberNo()

print(last_pm)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex