hm_ce_getconnectorcontrollist
Returns a list of connector controls or connector control defaults.
Syntax
hm_ce_getconnectorcontrollist solver style option
Type
HyperMesh Tcl Query Command
Description
Returns a list of connector controls or connector control defaults for a given solver and style.
Inputs
- solver
- The solver name.
- style
- The connector style. Valid values are app_mass, area, bolt, seam and spot.
- option
- 0 - Return both connector control and connector control default
Examples
To get connector control for solver nastran and style spot:
set ctrl_list [hm_ce_getconnectorcontrollist nastran spot 2]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021