*writecurrentqualitycriteria
Writes the current quality criteria to the specified text file in a format supported by HyperMesh.
Syntax
*writecurrentqualitycriteria file_name
Type
HyperMesh Tcl Modify
Description
Writes the current quality criteria to the specified text file in a format supported by HyperMesh.
- interactive mode
- Criteria from the quality index panel.
- batch mode
- Default quality criteria adjusted to the current ElementSize.
Inputs
- file_name
- The path to the destination criteria (a quoted string).
Example
*writecurrentqualitycriteria "e:/demos/my_criteria.txt"
Errors
None.