Skip to content

Brep.CreateBooleanIntersection (IEnumerable.Brep., IEnumerable.Brep., Double)

Public Class

Compute the Solid Intersection of two sets of Breps.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public static Brep[] CreateBooleanIntersection(
IEnumerable<Brep> firstSet,
IEnumerable<Brep> secondSet,
double tolerance
)

Parameters

firstSet

Type:System.Collections.Generic.IEnumerable. Brep.
First set of Breps.

secondSet

Type:System.Collections.Generic.IEnumerable. Brep.
Second set of Breps.

tolerance

Type:System.Double
Tolerance to use for intersection operation.

Return Value

Type:. Brep.
An array of Brep results or null on failure.

Remarks

The solid orientation of the breps make a difference when calling this function