*segmentsetaddshells
Adds selected 1D and 2D elements to a segment set.
Syntax
*segmentsetaddshells name mark_id reverse_normals
Type
HyperMesh Tcl Modify Command
Description
Adds selected 1D and 2D elements to a segment set.
Inputs
- name
- The name of the segment set to update.
- mark_id
- The ID of the mark containing the elements to add. Valid values are 1 and 2.
- reverse_normals
- Create segment set:
Examples
*createmark elements 1 10 11 12 13
*segmentsetaddshells "test" 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020