*surfacesplitwithplane
Splits a surface with an infinite plane.
Syntax
*surfacesplitwithplane surface plane
Type
HyperMesh Tcl Modify Command
Description
Splits a surface with an infinite plane.
Inputs
- surface
- The surface to be split.
- plane
- The plane used to split the surface
Example
To split surface 1 with the xy plane (normal equals the z-axis):
*createplane(2,0.0,0.0,1.0,0.0,0.0,0.0)
*surfacesplitwithplane(1,2)
Errors
None.