*addshellstocontactsurf

Add selected 1D and 2D element(s) to existing contactsurf.

Syntax

*addshellstocontactsurf name elemmark reversenormals

Type

HyperMesh Tcl Modify Command

Inputs

Name
Name of the contactsurf being created.
Elemmark
Elements to be added to contactsurf.
Reversenormals
Direction of normal for contactsurfs.
  • 0 - Along element normal.
  • 1 - Opposite element normal. Set to 1, if normals need be opposite to element normals.

Example

Add elements on mark 1 to contactsurf "test".

*addshellstocontactsurf("test", 1, 0)