*criteria_write
Writes the global mesh criteria to a file.
Syntax
*criteria_write filename
Type
HyperMesh Tcl Modify Command
Description
Writes the global mesh criteria to a file.
Inputs
- filename
- The name and path of the file.
Examples
To write the criteria to
        C:/temp/5mm.crit:
    *criteria_write "C:/temp/5mm.crit"Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2021