*surfacemarkclipwithline

Splits a group of surfaces with a line by projecting that line perpendicularly onto the surfaces.

Syntax

*surfacemarkclipwithline mark line

Type

HyperMesh Tcl Modify Command

Description

Splits a group of surfaces with a line by projecting that line perpendicularly onto the surfaces.

Inputs

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

Example

To split surfaces ID 171 and 172 using line ID26:
*createmark surfaces 1 171 172
*surfacemarkclipwithline 1 26