OPS

HomeDocsSupport

OPS

Back to docs

GetAnalyticalMemberCountForPhysicalMember

Description Get the count of analytical members associated with a given physical member.

Parameters

  • p_member (int): The physical member number.

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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex