*copymarkgroup
Copies main/secondary elements from one group to another.
Syntax
*copymarkgroup entity_type mark_id name
Type
HyperMesh Tcl Modify Command
Description
Copies main/secondary elements from one group to another.
Inputs
- entity_type
 - Must be set to elems.
 - mark_id
 - The ID of the mark containing the main/secondary elements to copy. Valid values are 1 and 2.
 - name
 - The name of the group to copy the entities to.
 
Examples
*createmark elems 1 "by group name" group1
*copymarkgroup elems 1 group2Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0