hm_getadvancedselectiontypes
Returns a list of valid advanced selection strings for the specified entity type and mode.
Syntax
hm_getadvancedselectiontypes entity_type ?mode?
Type
HyperMesh Tcl Query Command
Description
Returns a list of valid advanced selection strings for the specified entity type and mode.
Inputs
- entity_type
 - The entity type to query.
 - mode
 - Specifies whether to return only the advanced options exposed in the GUI (0, default), or all options including those currently only exposed via Tcl (1).
 
Examples
hm_getadvancedselectiontypes comps 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019