GetPMemberCount
Description Get the count of PMembers in the model.
Parameters
- None
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)