*surfacemarksplitwithsurface

Splits a group of surfaces with another surface.

Syntax

*surfacemarksplitwithsurface mark surface

Type

HyperMesh Tcl Modify Command

Description

Splits a group of surfaces with another surface.

Inputs

mark
The ID of the mark containing the surfaces to be split.
surface
The surface used to split the other surfaces.

Example

To split surfaces 10 and 20 with surface 5:
*createmark(surfaces,1) 10 20
*surfacemarksplitwithsurface(1,5)

Errors

None.