*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:
0 - Along element normal
1 - Opposite element normal

Examples

Add elements 10, 11, 12 and 13 to segment set "test":
*createmark elements 1 10 11 12 13
*segmentsetaddshells "test" 1 0

Errors

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

Version History

2020