*setelemparamcolor

Sets the color for a specified element quality parameter for elements violating the threshold.

Syntax

*setelemparamcolor param_id color

Type

HyperMesh Tcl Modify Command

Description

This command is related to the element quality view mode. It sets the color for a specified element quality parameter for elements violating the threshold.

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
  • 11 - quality index
color
The color to use. Valid values are 1-64.

Example

To set "aspect ratio" color to brown:

*setelemparamcolor 2 28

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