*loadlabel

Turns the display of load labels on and off.

Syntax

*loadlabel config state

Type

HyperMesh Tcl Modify

Description

Turns the display of load labels on and off.

Inputs

config
The load config to set. Valid values are:
1 – forces
2 – moments
3 – constraints
4 – pressures
5 – temperatures
6 – fluxes
7 – (unused)
8 – velocities
9 – accelerations
Currently, only constraints are independently controlled. All other configs are controlled together.
state
The on/off state of the label. Valid values are:
0 - off
1 - on

Example

To turn the load labels for constraints on:

*loadlabel 3 1

To turn the load labels for constraints off:

*loadlabel 3 0

Errors

None.