Part.find_group_by_name
- Part.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.
Find all groups with a given name.
The name of the group.
List of groups with the given name.