*currentcollector

Sets the current collector.

Syntax

*currentcollector entity type name

Type

HyperMesh Tcl Modify Command

Description

Sets the current collector.

Inputs

entity type
Collector type which the current collector should be set to. Valid types are:
  • component
  • systcol
  • loadcol
name
The name of the collector which should be made current.

Examples

To set the current component to be the component named stuff:
*currentcollector(component,stuff)