*setelemparamvisualpriority

Sets the priority for a specified element quality parameter when reviewing multiple criteria.

Syntax

*setelemparamvisualpriority param_id priority

Type

HyperMesh Tcl Modify Command

Description

This command is related to the element quality view mode. It sets the priority for a specified element quality parameter when reviewing multiple criteria.

Inputs

param_id
Specifies the element quality check parameter ID to update. Valid values are:
  • 0 - min size
  • 1 - max size
  • 2 - aspect ratio
  • 3 - warpage
  • 4 - max interior angle quad
  • 5 - min interior angle quad
  • 6 - max interior angle tria
  • 7 - min interior angle tria
  • 8 - skew
  • 9 - Jacobian
  • 10 - chordal deviation
priority
A value from 0 to 10 specifying the order of the element quality parameter in the parameters list, defining the color of elements with multiple parameters violating the parameter thresholds for the element. The priority should be unique, as none of the parameters should have the same priority number.

Example

To set "warpage" to priority 6:

*setelemparamvisualpriority 3 6

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

12.0.110