HyperWorks Tools

::hwat::utils::CopyEntitiesToCollector

::hwat::utils::CopyEntitiesToCollector

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CopyEntitiesToCollector

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::CopyEntitiesToCollector - This function copies the entities to the given collector.

 

SYNTAX

::hwat::utils::CopyEntitiesToCollector entityList entityType collectorName

 

ARGUMENTS

entityList

A Tcl list of IDs of the entities to the copy.

entityType

The type of the entities to copy.

collectorName

The name of the collector to copy the entities to.

 

RETURNS

1 for success, {} for failure.

 

EXAMPLE

::hwat::utils::CopyEntitiesToCollector [list 1 2 3 4 5 …. 100] elems Comp1.

 

See also

Utils Functions