*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
*criteria_write "C:/temp/5mm.crit"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021