OPS

HomeDocsSupport

OPS

Back to docs

CreatePhysicalMember

Description Creates a physical member from specified analytical members.

Parameters

  • member_list (list): List of analytical member IDs (array of type int) that form the physical member.

Returns None

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
geometry.CreatePhysicalMember([5, 9])
What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex