*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 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.
- tolerance
- The maximum distance the line may deviate from the surfaces and still be projected.
Example
*createmark(surfaces,1)171 172
*surfacemarkclipwithline(1,26,0.1)