Split a mesh with another mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Mesh[] Split(
Mesh mesh
)
Public Function Split (
mesh As Mesh
) As Mesh()
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to split with.
Return Value
Type:
MeshAn array of mesh segments representing the split result.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also