*surfacemarkclipwithline
Splits a group of surfaces with a line by projecting that line perpendicularly onto the surfaces.
Syntax
*surfacemarkclipwithline mark line tolerance
Type
HyperMesh Tcl Modify
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.
- tolerance
- The maximum distance the line may deviate from the surfaces and still be projected.
Example
To split two surfaces using line number 26 and a projection tolerance of
0.1:
*createmark(surfaces,1)171 172
*surfacemarkclipwithline(1,26,0.1)