*segmentsetremoveelemsusingnodes
Removes elements from a segment set using face nodes.
Syntax
*segmentsetremoveelemsusingnodes name elem_mark_id node_mark_id
Type
HyperMesh Tcl Modify Command
Description
Removes elements from a segment set using face nodes. If all elements are removed, the empty segment set still exists.
Inputs
- name
- The name of the segment set to update.
- elem_mark_id
- The ID of the mark containing the elements to remove. Valid values are 1 and 2.
- node_mark_id
- The ID of the mark containing the nodes that define the faces of the elements. Valid values are 1 and 2.
Examples
*createmark elems 1 100 101
*createmark nodes 2 201 202
*segmentsetremoveelemsusingnodes "test" 1 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020