*geomnormalignmentmode
Sets the surface normal alignment mode.
Syntax
*geomnormalignmentmode mode
Type
HyperMesh Tcl Modify
Description
Sets the surface normal alignment mode. This applies both to the panel behavior, and the *surfacereversenormals API.
Inputs
- mode
- 0 – Individual surfaces cannot be reversed. Normal consistency is maintained via the API and panel by extending the selection to the minimum set of surfaces.
Example
To set the mode to the pre-11.0 behavior:
*geomnormalignmentmode 1
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}