hm_getcriteria
Query the values of global mesh quality criteria.
Syntax
hm_getcriteria criteria
Type
HyperMesh Tcl Query Command
Description
Query the values of global mesh quality criteria.
Inputs
- criteria
- The name of the criteria to query. Valid values can be found in *criteria_update.
Examples
To get the 2D min size:
hm_getcriteria min_size_2dTo get the 3D aspect ratio:
hm_getcriteria aspect_ratio_3dTo get all values:
hm_getcriteriaErrors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2021