*setautomeshcolormode
Sets the auto color mode for mesh lines.
Syntax
*setautomeshcolormode mode
Type
HyperMesh Tcl Modify
Description
Sets the auto color mode for mesh lines.
Inputs
- mode
- 0 - Disable auto mesh line color and instead use the color specified by *setmeshlinecolor
Example
To set the mesh line color mode to auto:
*setautomeshcolormode 1
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
14.0