Back to docs
Description Get the count of PMembers in the model.
Parameters
Returns int: Count of PMembers.
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
p_member_count = geometry.GetPMemberCount()print(p_member_count)
© 2024 OpenStaad
Built with Reflex