*batchparams_write

Write the global mesh quality parameters to a file.

Syntax

*batchparams_write filename

Type

HyperMesh Tcl Modify Command

Description

Write the global mesh quality parameters to a file.

Inputs

filename
The full name and path of the file to write.

Examples

To write the parmeters to C:/temp/5mm.param:

*batchparams_write C:/temp/5mm.param

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