hm_getelementsqualityinfo

Computes quality parameters for the specified selection of elements.

Syntax

hm_getelementsqualityinfo elementmask criteria_use_mode failed_mask

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.
0 - The default quality criteria adjusted to the selected averaged element size are automatically created if the criteria do not exist.
failed_mask
The markmask of the failed element (0, 1, or 2). If not specified, 0 is used. Must be different from elementmask.

Example

Output values are organized in the following list:
  • total number of elements on the markmask
  • number of failed elements
  • quality index
  • % of failed elements
  • % of trias

Errors

None.

Version History

2023 - Deprecated argument panel_sensitive.