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

The current quality criteria must be previously set. 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.

Inputs

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

Example

*writecurrentqualitycriteria "e:/demos/my_criteria.txt"

Errors

None.