*displaycollectorwithfilter
Changes the active state of a collector using the menu filter.
Syntax
*displaycollectorwithfilter entity_type mode name elements geometry
Type
HyperMesh Tcl Modify Command
Description
Changes the active state of a collector using the menu filter.
Inputs
- entity_type
- The collector type. Valid types for this function are:
- Components
- Loadcols
- Systcols
- Vectorcols
- 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).
- name
- The collector name to be used in the above functions. This parameter may be left blank, if function is set to all, none, or toggle.
- elements
- Indicates if elements within components are to be turned on or off.
- 1 - Yes
- 0 - No
- geometry
- Indicates if geometry within components is to be turned on or off.
- 1 - Yes
- 0 - No
Example
To turn the elements and geometry on in component fender:
*displaycollectorwithfilter component on fender 1 1