hm_getsolverkeywordinfo
Queries the registered solver keywords a solver per entity.
Syntax
hm_getsolverkeywordinfo entitytype=<value> ?format=<value>?
Type
HyperMesh Tcl Query Command
Description
This command queries the registered solver keywords per entity type. The command always returns a list of keywords.
Inputs
- entitytype=<value>
- The entity type for which diagnosis is requested.
- format=<value>
- When set to non-zero value, the keywords will be sorted based on priorities identified and registered in the solver browser folder. When set to 0, the priority sorting option will be turned off and the keywords will be sorted alphabetically.
Examples
To query keywords of group
entity:
hm_getsolverkeywordinfo entitytype=groups
To query keywords of set entity without priority
sorting:
hm_getsolverkeywordinfo entitytype=sets format=0
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
2025.1