*linesplitatplane
Splits a group of lines at a plane.
Syntax
*linesplitatplane mark plane id
Type
HyperMesh Tcl Modify Command
Description
Splits a group of lines at a plane.
Inputs
- mark
- The ID of the mark containing the lines to be split.
- plane id
- The ID of the plane to be used in the split operation.
Example
To split lines 10, 11, 12, and 13 to the plane defined by the normal (1.0, 0.0, 0.0) and base at (25.0, 0.0, 0.0):
*createplane(1,1.0,0.0,0.0,25.0,0.0,0.0)
*createmark(lines,1) 10 11 12 13
*linesplitatplane(1,1)
Errors
None.