*renamecollector

Renames a collector.

Syntax

*renamecollector entity_type collector_name new_name

Type

HyperMesh Tcl Modify Command

Description

Renames a collector.

Inputs

entity_type
The type of collector being renamed.
collector_name
The name of the collector to be renamed.
new_name
The new name which should be assigned to the collector. For entity types enabled for the name pool, this is the solver name, otherwise the internal name.

Example

To rename component oldname to newname:

*renamecollector component oldname newname

Errors

None.