Back to docs
Description Get the number of the last physical member in the model.
Parameters
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)
© 2024 OpenStaad
Built with Reflex