RhinoCommon API
MeshCreateBooleanSplit Method |
Splits a set of meshes with another set.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Mesh[] CreateBooleanSplit( IEnumerable<Mesh> meshesToSplit, IEnumerable<Mesh> meshSplitters )
Public Shared Function CreateBooleanSplit ( meshesToSplit As IEnumerable(Of Mesh), meshSplitters As IEnumerable(Of Mesh) ) As Mesh()
Parameters
- meshesToSplit
- Type: System.Collections.GenericIEnumerableMesh
A list, an array, or any enumerable set of meshes to be split. If this is null, null will be returned. - meshSplitters
- Type: System.Collections.GenericIEnumerableMesh
A list, an array, or any enumerable set of meshes that cut. If this is null, null will be returned.
Return Value
Type: MeshA new mesh array, or null on error.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14