hm_ce_getediabsorbedmassgrplist

Returns the group list for the absorbed mass connectors.

Syntax

hm_ce_getediabsorbedmassgrplist

Type

HyperMesh Tcl Query Command

Description

Returns the group list for the absorbed mass connectors.

Inputs

None.

Examples

To get the absorbed mass groups:

set edi_absorbed_mass_grps [hm_ce_getediabsorbedmassgrplist]

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

2021