hm_ce_getdefaultconnectorcontrolfromconfig
Returns the connector control default name and ID for an FE config.
Syntax
hm_ce_getdefaultconnectorcontrolfromconfig solver style feconfig
Type
HyperMesh Tcl Query Command
Description
Returns the connector control default name and ID for an FE config.
Inputs
- solver
- The solver name.
- style
- The connector style. Valid values are app_mass, area, bolt, seam and spot.
- feconfig
- The FE config name
Examples
Return the connector control default for solver nastran, style spot, and FE config "rbe3 (load transfer)":
set ctrl_info [hm_ce_getdefaultconnectorcontrolfromconfig nastran spot "rbe3 (load transfer)"]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021