*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
*createplane 2 0.0 0.0 1.0 0.0 0.0 0.0
*surfacesplitwithplane 1 2
Errors
None.