*reset_elemsize_criteria
Adjusts the current quality criteria to the specified ideal element size.
Syntax
*reset_elemsize_criteria elementsize
Type
HyperMesh Tcl Modify
Description
Adjusts the current quality criteria to the specified ideal element size.
Inputs
- elementsize
- The double value of the ideal element size for the criteria to be set.
Example
*reset_elemsize_criteria(15.0)
The current quality criteria must be previously specified using one of the following commands: *reset_qa_calculator(), *readqualitycriteria(), *reset_qa_calculator_from_file(), *set_default_quality_criteria(). If the quality criteria was not set, the command creates current criteria adjusted to the element size using one of the following:
- interactive mode:
- Criteria from the quality index panel.
- batch mode:
- Default quality criteria adjusted to the current ElementSize.
In interactive mode, this command also resets the current values in the Quality Index panel.
Errors
None.