Model.setentitytypesupportedbynamepool#
- Model.setentitytypesupportedbynamepool(num_types)#
Enables the HyperMesh entity types to have duplicate names across the card-images within the same entity type.
Currently exposed only for Abaqus user profile and sets entity type. When the Abaqus profile is loaded, this gets triggered by default.
- Parameters:
num_types (hwStringList) – Number of entity types to be enabled for the duplicate names.
Example#
Enable sets to have duplicate names#import hm import hm.entities as ent model = hm.Model() model.setentitytypesupportedbynamepool(num_types=["sets"])