*reset_qa_calculator_from_file
Sets the mesh quality criteria using a criteria file.
Syntax
*reset_qa_calculator_from_file filename
Type
HyperMesh Tcl Modify
Description
Sets the mesh quality criteria using a criteria file.
Inputs
- filename
- The path of the criteria file to be read.
Example
To reset quality criteria from a criteria file named c:/criteria/mycriteria.txt:
*reset_qa_calculator_from_file(c:/criteria/mycriteria.txt)
For interactive mode:
*reset_qa_calculator_from_file()
resets the criteria data in the
Quality Index panel.Errors
None.