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
)
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.
See Also