hm_getdatatypelayers
Returns a list of available layers for a specific result subcase and data type.
Syntax
hm_getdatatypelayers subcase_id data_type_name
Type
HyperMesh Tcl Query Command
Description
Returns a list of available layers for a specific result subcase and data type.
Inputs
- subcase_id
 - The ID of the result subcase.
 - data_type_name
 - The name of the data type.
 
Example
To get the list of available layers for data type "Composite Stress" for subcase ID 5:
hm_getdatatypelayers 5 "Composite Stress"
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2022.1