*surfacemarksplitwithsurface
Splits a group of surfaces with another surface.
Syntax
*surfacemarksplitwithsurface mark surface
Type
HyperMesh Tcl Modify Command
Description
Splits a group of surfaces with another surface.
Inputs
- mark
- The ID of the mark containing the surfaces to be split.
- surface
- The surface used to split the other surfaces.
Example
*createmark(surfaces,1) 10 20
*surfacemarksplitwithsurface(1,5)
Errors
None.