*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.

Inputs

file_name
The path to the destination criteria (a quoted string).

Example

*writecurrentqualitycriteria("e:/demos/my_criteria.txt")
The current quality criteria must be previously specified using one of the following commands: *reset_qa_calculator(), *readqualitycriteria(), *reset_qa_calculator_from_file(), or *set_default_quality_criteria(). If the quality criteria was not set, the command writes one of the following:
interactive mode
Criteria from the quality index panel.
batch mode
Default quality criteria adjusted to the current ElementSize.

For batch mode, the command should be preceded by an hm_answernext "yes" or hm_answernext "no" command to provide instructions for writing to an existing file.

Errors

None.