Mesh.CreateBooleanIntersection Method

MeshCreateBooleanIntersection Method

Computes the solid intersection of two sets of meshes.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Mesh[] CreateBooleanIntersection(
	IEnumerable<Mesh> firstSet,
	IEnumerable<Mesh> secondSet
)
Public Shared Function CreateBooleanIntersection ( 
	firstSet As IEnumerable(Of Mesh),
	secondSet As IEnumerable(Of Mesh)
) As Mesh()

Parameters

firstSet
Type: System.Collections.GenericIEnumerableMesh
First set of Meshes.
secondSet
Type: System.Collections.GenericIEnumerableMesh
Second set of Meshes.

Return Value

Type: Mesh
An array of Mesh results or null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also