*reversecontactsurfnormals

Change normals (inward to outward, vice versa) of contactsurf.

Syntax

*reversecontactsurfnormals name elemmark indelems

Type

HyperMesh Tcl Modify Command

Description

Change normals (inward to outward, vice versa) of contactsurf.

Inputs

Name
Name of the contactsurf being created.
Elemmark
Elements whose normal need to be reversed.
Indelems
Flag for reversing normals of all or individual elements of a contactsurf (0 = all elements and 1 = individual elements).

Example

Reverse normals of contactsurf "test" for the elements on mark 1

*reversecontactnormals("test", 1, 0)

If indelems flag = 0 then the mark is empty as all elements in contactsurf are selected.

Errors

None.