*setelemparamscolors
Sets the color for all element quality parameters for elements violating the threshold.
Syntax
*setelemparamscolors double_array number_of_doubles
Type
HyperMesh Tcl Modify Command
Description
This command is related to the element quality view mode. It sets the color for all element quality parameters for elements violating the threshold.
Inputs
- double_array
- The ID of the double array containing the color values for each quality parameter. Must always be set to 1.
- number_of_doubles
- Must currently be set to 12.
Example
To set colors for all element quality parameters:
*createdoublearray 12 59 39 41 56 28 61 19 22 46 57 29 3
*setelemparamscolors 1 12
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110