*surfacesplitwithsurface
Splits one surface with another.
Syntax
*surfacesplitwithsurface surface1 surface2
Type
HyperMesh Tcl Modify Command
Description
Splits one surface with another.
Inputs
- surface1
- The surface to be split
- surface2
- The surface used to split surface1.
Example
To split surface 1 with surface 2:
*surfacesplitwithsurface(1,2)
Errors
None.