*movemarkgroup
Organizes master/slave elements into groups.
Syntax
*movemarkgroup entity_type mark_id name
Type
HyperMesh Tcl Modify Command
Description
Moves master/slave elements from one group to another.
Inputs
- entity_type
- Must be set to elems.
- mark_id
- The ID of the mark containing the master/slave 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
if { [ catch {*movemarkgroup...} ] } {
# Handle error
}
Version History
10.0