*displaycollector

Controls the display state of a collector.

Syntax

*displaycollector entity type mode name elements geome

Type

HyperMesh Tcl Modify Command

Description

Controls the display state of a collector.

Inputs

entity type
Collector types. Valid types for this function are:
  • Components
  • Loadcols
  • Systcols
  • Vectorcols
  • Multibodies
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 the component fender:
*displaycollector(component,on,fender,1,1)