M_Rhino_Geometry_Mesh_CreateBooleanDifference - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the solid difference of two sets of Meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh[] CreateBooleanDifference(
IEnumerable<Mesh> firstSet,
IEnumerable<Mesh> secondSet
)
VB
Public Shared Function CreateBooleanDifference (
firstSet As IEnumerable(Of Mesh),
secondSet As IEnumerable(Of Mesh)
) As Mesh()
- firstSet
- Type: System.Collections.Generic.IEnumerable(Mesh)
First set of Meshes (the set to subtract from). - secondSet
- Type: System.Collections.Generic.IEnumerable(Mesh)
Second set of Meshes (the set to subtract).
Type: Mesh[]
An array of Mesh results or null on failure.
Supported in: 6.0.16224.21491, 5D58w