*readbatchparamsfile

Use this command to set cleanup parameters directly in the command file when using automatic topology cleanup with the *autotopocleanup command.

Syntax

*readbatchparamsfile params_filename

Type

HyperMesh Tcl Modify Command

Description

Use this command to set cleanup parameters directly in the command file when using automatic topology cleanup with the *autotopocleanup command. The cleanup parameters file must be created using CriteriaEditor in HyperMesh or BatchMesher.

Inputs

params_filename
The name of cleanup parameters file to be read.

Example

To perform topology cleanup of all displayed surfaces using the element quality criteria from the nvh10.criteria file and quality parameters from the nvh10.param file:

*readbatchparamsfile("nvh10.param" )
*createmark(surfaces,1) "displayed"
*autocleanup( 1, "nvh10.criteria" )

The cleanup parameters are deleted just after each use and must be set before every call that uses the "dummy" parameter file name.

Errors

None.