*setentitytypesupportedbynamepool
Enables the entity types to have duplicate names for the specified types.
Syntax
*setentitytypesupportedbynamepool num_types entity_type_list
Type
HyperMesh Tcl Modify Command
Description
This command 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.
Inputs
- num_types
- Number of entity types to be enabled for the duplicate names.
- entity_type_list
- Entity types specified in single double quoted string separated by space. Currently supported for sets.
Example
*setentitytypesupportedbynamepool 1 "sets"
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2024.1