M_Rhino_Geometry_Mesh_Split_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Split a mesh with a collection of meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Mesh[] Split(
IEnumerable<Mesh> meshes
)
VB
Public Function Split (
meshes As IEnumerable(Of Mesh)
) As Mesh()
- meshes
- Type: System.Collections.Generic.IEnumerable(Mesh)
Meshes to split with.
Type: Mesh[]
An array of mesh segments representing the split result.
Supported in: 6.0.16224.21491, 5D58w