*elementconfigcolor
Sets the color for element config.
Syntax
*elementconfigcolor config color
Type
HyperMesh Tcl Modify Command
Description
The command sets the color for element config.
Inputs
- config
- The element config that is to have its color changed. This input can be specified as config number or config string label.
- color
- The color that needs to be set for the config specified. This input must be specified as color number.
Examples
*elementconfigcolor 103 2
*elementconfigcolor tria3 2
*elementconfigcolor 0 0
After the color has been set, all elements of the corresponding configuration are set to the value of color.
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.3 - Added support for string labels as input arguments.