*linesplitatline

Splits a group of lines at a line.

Syntax

*linesplitatline mark cut line

Type

HyperMesh Tcl Modify Command

Description

Splits a group of lines at a line.

Inputs

mark
The ID of the mark which contains the lines to be cut.
cut line
The line to which the selected lines should be cut.

Example

To cut lines 14, 15, and 16 to line 12:

*createmark(lines,1) 14 15 16
*linesplitatline(1,12)

*createmark() is required.

Errors

None.