hm_getelementsqualityinfo
Computes quality parameters for the specified selection of elements.
Syntax
hm_getelementsqualityinfo elementmask criteria_use_mode failed_mask ?panel_sensitive?
Type
HyperMesh Tcl Query Command
Description
Computes quality parameters for the specified selection of elements.
Inputs
- elementmask
 - The markmask of the input element (1 or 2).
 - criteria_use_mode
 - 1 - The quality criteria must be explicitly set beforehand. If the parameter is not given, 1 is used as the default value.
 - failed_mask
 - The markmask of the failed element (0, 1, or 2). If not specified, 0 is used. Must be different from elementmask.
 - panel_sensitive
 - Can be used when multiple panel levels have been pushed, either using the shortcut function keys, or the hm_pushpanel command. This option determines whether to use the current panel or the previous panel for the operation. This option is relevant only when the mark has been created from a panel entity selector under the above conditions. Valid options are:
 
Example
- total number of elements on the markmask
 - number of failed elements
 - quality index
 - % of failed elements
 - % of trias
 
Errors
None.