*reset_elemsize_criteria
Adjusts the current quality criteria to the specified ideal element size.
Syntax
*reset_elemsize_criteria elementsize
Type
HyperMesh Tcl Modify Command
Description
Adjusts the current quality criteria to the specified ideal element size.
The current quality criteria must be previously set. 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.
Inputs
- elementsize
- The double value of the ideal element size for the criteria to be set.
Example
*reset_elemsize_criteria 15.0
Errors
None.