RhinoCommon API
BrepCreateBooleanUnion Method (IEnumerableBrep, Double) |
Compute the Boolean Union of a set of Breps.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Brep[] CreateBooleanUnion( IEnumerable<Brep> breps, double tolerance )
Public Shared Function CreateBooleanUnion ( breps As IEnumerable(Of Brep), tolerance As Double ) As Brep()
Parameters
- breps
- Type: System.Collections.GenericIEnumerableBrep
Breps to union. - tolerance
- Type: SystemDouble
Tolerance to use for union operation.
Return Value
Type: BrepAn array of Brep results or null on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14