*facesmarktosurface

Assigns a group of faces to a different surface.

Syntax

*facesmarktosurface mark surface

Type

HyperMesh Tcl Modify Command

Description

Assigns a group of faces to a different surface.

Inputs

mark
The mark ID containing the faces to assign to a different surface.
surface
The surface to which the selected faces are to be assigned.
  • 0 - A new surface is created.

Example

To create a new surface which contains the faces 13, 18, 20, and 21:
*createmark(faces,1) 13 18 20 21
*facesmarktosurface(1,0)

The faces are removed from the surfaces that previously contained them. If this empties a surface of faces, the surface is automatically deleted. On the Geom Cleanup panel, this command corresponds to the moving faces tool.