Click or drag to resize

MeshCreateBooleanDifference Method (IEnumerableMesh, IEnumerableMesh)

Computes the solid difference of two sets of Meshes.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Mesh[] CreateBooleanDifference(
	IEnumerable<Mesh> firstSet,
	IEnumerable<Mesh> secondSet
)

Parameters

firstSet
Type: System.Collections.GenericIEnumerableMesh
First set of Meshes (the set to subtract from).
secondSet
Type: System.Collections.GenericIEnumerableMesh
Second set of Meshes (the set to subtract).

Return Value

Type: Mesh
An array of Mesh results or null on failure.
See Also