OPS

HomeDocsSupport

OPS

Back to docs

GetGroupNames

Description Retrieve the names of groups for a specified group type.

Parameters

  • grouptype index (int): The type of group.
IndexGroup Type
1Nodes
2Members
3Plates
4Solids
5Geometry (Members, Plates and Solids)
6Floor (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)

What is OPS?GitHubSupport

© 2024 OpenStaad

Built with Reflex