OPS

HomeDocsSupport

OPS

Back to docs

GetPhysicalMemberList

Description Retrieve a list of all physical member numbers in the model.

Parameters

  • None

Returns list: List of physical member numbers.

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
pm_list = geometry.GetPhysicalMemberList()

print(pm_list)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex