OPS

HomeDocsSupport

OPS

Back to docs

GetAnalyticalMembersForPhysicalMember

Description Retrieve the list of analytical member IDs associated with a given physical member.

Parameters

  • p_member (int): The physical member number.

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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex