hm_getqualitycriteriaelementsizeinfo
Returns element size info for a quality criteria file.
Syntax
hm_getqualitycriteriaelementsizeinfo criteria_file ?check_element_size?
Type
HyperMesh Tcl Query Command
Description
Returns element size info for a quality criteria file. Optionally, checks the match of the quality criteria to a given element size. A list of 4 values is returned:
return_code, criteria_elemsize, criteria_min_elemsize, criteria_max_elemsize
- 0 - Criteria file exists and matches check_elem_size (if available).
- 1 - Criteria file exists but does not match check_elem_size.
- 2 - Criteria file exists but does not have any size checks enabled.
- 3 - Criteria file does not exist, or is not set if "dummy" is specified.
- -1 - Min size or max size is not enabled in the criteria file.
Inputs
- criteria_file
- The full name and path of the criteria file to query. If "dummy" or an empty string is given, this returns info for the currently loaded quality criteria.
- ?check_element_size? (optional)
- Element size to check against the quality criteria.
Example
To check if the criteria file C:/temp/mycrit.criteria exists and matches a size of 10.0:
hm_getqualitycriteriaelementsizeinfo C:/temp/mycrit.criteria 10.0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0