*readqualitycriteria

Reads quality criteria from the specified text file and sets the criteria as the current quality criteria that is used for QI meshing and QI optimization smoothing.

Syntax

*readqualitycriteria file_name

Type

HyperMesh Tcl Modify

Description

Reads quality criteria from the specified text file and sets the criteria as the current quality criteria that is used for QI meshing and QI optimization smoothing.

Inputs

file_name
The path to the source criteria file (a quoted string ). The file must contain the criteria data in the text format supported by HyperMesh.

Example

To read quality criteria from the file, e:/criteria/durabilty_15.txt:

*readqualitycriteria "e:/criteria/durabilty_15.txt"

The criteria file should be created either in interactive mode from the Quality Index panel or by using the *writecurrentqualitycriteria() command. The numbers in the files can also be changed using any text editor.

Errors

None.