*allsuppressactive
Sets the active/inactive state of all supported entities.
Syntax
*allsuppressactive state
Type
HyperMesh Tcl Modify Command
Description
This command takes an integer state indicating the active/inactive status for all supported entities.
Inputs
- state
- Indicates to set all supported entities as:- 0 - To active and to turn on their display.
- 1 - To inactive and remove them from the display.
- 2 - To active, but not to re-display them.
 
Examples
To set all supported entities to active and re-display:
*allsuppressactive 0To set all supported entities to inactive:
*allsuppressactive 1To set all supported entities to active and not re-display:
*allsuppressactive 2Version History
9.0