*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
*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.