hm_getsolverkeywordinfoall

Queries all the registered solver keywords for the active solver.

Syntax

hm_getsolverkeywordinfoall ?format=<value>?

Type

HyperMesh Tcl Query Command

Description

This command queries all the registered solver keywords. The command always returns a dictionary of keywords against the entity type.

Inputs

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:
hm_getsolverkeywordinfoall
To query keywords without priority ordering:
hm_getsolverkeywordinfoall 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