Back to docs
Description Retrieve the list of analytical member IDs associated with a given physical member.
Parameters
Returns list: List of analytical member IDs associated with the given physical member.
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_list = geometry.GetAnalyticalMembersForPhysicalMember(5)print(am_list)
© 2024 OpenStaad
Built with Reflex