*displaycollectorsall
Controls the display state of all collectors.
Syntax
*displaycollectorsall mode elements geometry
Type
HyperMesh Tcl Modify Command
Description
Controls the display state of all collectors.
Inputs
- mode
- The mode being performed, defined by the following:
- on - All collectors are turned on.
- all - All collectors are turned on.
- off - All collectors are turned off.
- none - All collectors are turned off.
- toggle - All collectors are toggled (visible become invisible and vice-versa).
- reverse - All collectors are toggled (visible become invisible and vice-versa).
- elements
- Indicates if elements within collectors are to be turned on or off.
- 1 - Yes
- 0 - No
- geometry
- Indicates if geometry within collectors are to be turned on or off.
- 1 - Yes
- 0 - No
Example
*displaycollectorsall(off,1,0)