*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:
- state
- The on/off state of the label. Valid values are:
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.