Back to docs
Description Retrieve the names of groups for a specified group type.
Parameters
| Index | Group Type |
|---|---|
| 1 | Nodes |
| 2 | Members |
| 3 | Plates |
| 4 | Solids |
| 5 | Geometry (Members, Plates and Solids) |
| 6 | Floor (Floor beam) |
Returns list: List of group names.
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
group_names = geometry.GetGroupNames(6)print(group_names)
© 2024 OpenStaad
Built with Reflex