*surfacemarksplitwithplane

Splits a group of surfaces with an infinite plane.

Syntax

*surfacemarksplitwithplane mark plane

Type

HyperMesh Tcl Modify Command

Description

Splits a group of surfaces with an infinite plane.

Inputs

mark
The ID of the mark containing the surfaces.
plane
The plane used to split the surfaces.

Example

To split surfaces 10 and 20 with the xy plane (normal equals the z-axis):

*createmark(surfaces,1) 10 20
*createplane(1,0.0000,0.0000,1.0000,0.0000,0.0000,0.0000)
*surfacemarksplitwithplane(1,1)

Errors

None.