OPS

HomeDocsSupport

OPS

Back to docs

GetGroupEntities

Description Retrieve a list of entities (typically beams) within a specified group.

Parameters

  • group_name (str): The name of the group.

Returns list: List of entity numbers belonging to the group.

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
entities = geometry.GetGroupEntities("_DLOAD")

print(entities)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex