Back to docs
Returns the number of entities in a specified group in the current model.
This function retrieves the count of entities (such as members, nodes, etc.) that belong to a given group name in the current model.
from openstaad import Geometry
# Instanciar el módulo Geometry
g = Geometry()
# Obtener el número de entidades en el grupo "Group1"
entity_count = g.GetGroupEntityCount("Group1")© 2024 OpenStaad
Built with Reflex