Back to docs
Description Retrieve a list of entities (typically beams) within a specified group.
Parameters
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)
© 2024 OpenStaad
Built with Reflex