hm_ce_getfilteredconfignames
Get filtered config list for given connector style and type.
Syntax
hm_ce_getfilteredconfignames style type
Type
HyperMesh Tcl Query Command
Description
Returns filtered config list for given connector style and type.
Inputs
- style
- Connector style type. Valid values are area, bolt, seam, and spot.
- type
- Type. See STYLE_NUM in the FE config file.
Example
To get filtered config list for connector style bolt and type 0:
set filtered_config_list [hm_ce_getfilteredconfignames bolt 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
14.0.110
2021.1