*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.
Example
To rename component oldname to newname:
*renamecollector(component,oldname,newname)
Errors
None.