*tagdisplay

Sets the graphical display mode for tag entities.

Syntax

*tagdisplay mode

Type

HyperMesh Tcl Modify

Description

Sets the graphical display mode for tag entities.

Inputs

mode
The display mode. Valid values are:
0 - Show text only at tag locations
1 - Show text and graphics at tag locations
2 - Show graphics only at tag locations

Example

To show both tag text and graphics:

*tagdisplay 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

11.0.101