RigidPart.find_group_by_name

RigidPart.find_group_by_name(name)[source]

Find all groups with a given name.

Parameters:
namestr

The name of the group.

Returns:
List[Union[NodesGroup, ElementsGroup, FacesGroup]]

List of groups with the given name.