*movesegments
Moves segments from original set-segment to another set-segment.
Syntax
*movesegments set_ids=<value> elem_ids=<value> face_indices=<value> to_segment=<value>
Type
HyperMesh Tcl Modify Command
Description
Moves segments from one or many set-segments to another set-segment. A segment is defined using its corresponding set ID, element ID, and face index.
Inputs
- set_ids=<value>
- The ordered list of set IDs from which the segments need to be removed.
- elem_ids=<value>
- The ordered list of element IDs corresponding to the segments.
- face_indices=<value>
- The ordered list of face indices corresponding to the segments.
- to_segment=<value>
- The name of the destination set.
Examples
*movesegments "set_ids={5 5}" "elem_ids={78 78}" "face_indices={4 3}" to_segment="set2"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.1