MeshSplit Method (IEnumerableMesh) |
Split a mesh with a collection of meshes.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Mesh[] Split(
IEnumerable<Mesh> meshes
)
Public Function Split (
meshes As IEnumerable(Of Mesh)
) As Mesh()
Parameters
- meshes
- Type: System.Collections.GenericIEnumerableMesh
Meshes 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