Back to docs
Description Get the count of analytical members associated with a given physical member.
Parameters
Returns int: Count of associated analytical members.
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
am_count = geometry.GetAnalyticalMemberCountForPhysicalMember(5)print(am_count)
© 2024 OpenStaad
Built with Reflex