*segmentsetreversenormals

Reverse normals of a segment set.

Syntax

*segmentsetreversenormals name mark_id reverse_flag

Type

HyperMesh Tcl Modify Command

Description

Reverse normals of a segment set.

Inputs

name
The name of the segment set to update.
mark_id
The ID of the mark containing the elements to reverse when reverse_flag is 1. Valid values are 1 and 2.
reverse_flag
0 - Reverse all, mark_id is ignored
1 - Reverse individual, mark_id is used

Examples

Reverse normals of segment set "test" for the elements on mark 1:
*createmark elements 1 100-150
*segmentsetreversenormals "test" 1 1

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