*recalculatetol

Recalculates the cleanup tolerance, node tolerance, or both.

Syntax

*recalculatetol option1 ?option2?

Type

HyperMesh Tcl Modify Command

Description

Recalculates the cleanup tolerance, node tolerance, or both.

Inputs

option1
The cleanup tolerance to be recalculated. Valid values are cleanuptol and nodetol.
option2
The cleanup tolerance to be recalculated. Valid values are cleanuptol and nodetol.

Examples

To recalculate cleanup tolerance:
*recalculatetol cleanuptol
To recalculate node tolerance:
*recalculatetol nodetol
To recalculate cleanup and node tolerance:
*recalculatetol cleanuptol nodetol

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

2025.1