M_Rhino_Geometry_Mesh_CreateBooleanDifference - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.CreateBooleanDifference Method

Computes the solid difference of two sets of Meshes.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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()

Parameters

 

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).

Return Value

Type: Mesh[]
An array of Mesh results or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️