M_Rhino_Geometry_Mesh_CreateBooleanSplit - mcneel/rhinocommon-api-docs GitHub Wiki
Splits a set of meshes with another set.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh[] CreateBooleanSplit(
IEnumerable<Mesh> meshesToSplit,
IEnumerable<Mesh> meshSplitters
)
VB
Public Shared Function CreateBooleanSplit (
meshesToSplit As IEnumerable(Of Mesh),
meshSplitters As IEnumerable(Of Mesh)
) As Mesh()
- meshesToSplit
- Type: System.Collections.Generic.IEnumerable(Mesh)
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.Generic.IEnumerable(Mesh)
A list, an array, or any enumerable set of meshes that cut. If this is null, null will be returned.
Type: Mesh[]
A new mesh array, or null on error.
Supported in: 6.0.16224.21491, 5D58w