Click or drag to resize

BrepCreateBooleanUnion Method (IEnumerableBrep, Double)

Compute the Boolean Union of a set of Breps.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Brep[] CreateBooleanUnion(
	IEnumerable<Brep> breps,
	double tolerance
)

Parameters

breps
Type: System.Collections.GenericIEnumerableBrep
Breps to union.
tolerance
Type: SystemDouble
Tolerance to use for union operation.

Return Value

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