*duplicatemark
Duplicates entities.
Syntax
*duplicatemark entity_type mark_id current_collector
Type
HyperMesh Tcl Modify Command
Description
Duplicates entities.
Inputs
- entity_type
 - The entity type to duplicate.
 - mark_id
 - The mark ID containing the entities to duplicate. Valid values are 1 and 2.
 - current_collector
 - 0 - New entities should be placed in the collector(s) in which the source entities exist.
 
Example
*createmark elems 1 1-100
*duplicatemark elems 1 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}