HyperWorks Tools

::hwat::utils::MoveEntitiesToCollector

::hwat::utils::MoveEntitiesToCollector

Previous topic Next topic No expanding text in this topic  

::hwat::utils::MoveEntitiesToCollector

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

NAME

::hwat::utils::MoveEntitiesToCollector - This function moves the entities to the given collector.

 

SYNTAX

::hwat::utils::MoveEntitiesToCollector  entityList entityType collectorName

 

ARGUMENTS

entityList

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

entityType

The type of the entities to move.

collectorName

The name of the collector to move the entities to.

 

RETURNS

1 for success, {} for failure.

 

EXAMPLE

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

 

 

See also

Utils Functions