*movemarkgroup

Organizes main/secondary elements into groups.

Syntax

*movemarkgroup entity_type mark_id name

Type

HyperMesh Tcl Modify Command

Description

Moves 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 move. Valid values are 1 and 2.
name
The name of the group to move the entities to.

Example

To move all elements from group1 to group2: to :

*createmark elems 1 "by group name" group1
*movemarkgroup elems 1 group2

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {*movemarkgroup...} ] } {
   # Handle error
}

Version History

10.0