*elempatchdecraction
Decreases the QI patch checker patch size by one element layer.
Syntax
*elempatchdecraction
Type
HyperMesh Tcl Modify Command
Description
Decreases the QI patch checker patch size by one element layer.
This command only functions between an *elempatchstartaction command and an *elempatchstopaction command.
Example
To start the patch checker and move through several patches, changing the patch size, while
        using quality criteria given from a
        file:
    *readqualitycriteria c:/criteria/mycriteria.txt
*createmark elems 1 displayed
*elementqualitysetup 1
*elempatchstartaction 0 1.0
*elempatchnextaction
*elempatchnextaction
*elempatchincraction
*elempatchprevaction
*elempatchdecraction
*elempatchstopaction
*elementqualityshutdown 1Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
13.0