hm_gettypesenabledfornamepools
Returns the entity types that are enabled for name pool.
Syntax
hm_gettypesenabledfornamepools
Type
HyperMesh Tcl Query Command
Description
Returns the entity types that are enabled for name pool.
Examples
To get the list of entity types that are enabled for name
pool:
hm_gettypesenabledfornamepools
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
2021.2