*tagtextdisplaymode

Sets the text display mode for tag entities.

Syntax

*tagtextdisplaymode mode

Type

HyperMesh Tcl Modify

Description

Sets the text display mode for tag entities.

Inputs

mode
The text display mode. Valid values are:
0 - Show the label of the tag
1 - Show the body of the tag
2 - Show the name (label:body) of the tag
3 - Show the description of the tag. If no tag exists, the label will be shown.

Example

To show only the body (no graphics) for all tag entities:

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