M_Rhino_Geometry_Brep_CreateBooleanUnion - mcneel/rhinocommon-api-docs GitHub Wiki
Compute the Boolean Union of a set of Breps.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep[] CreateBooleanUnion(
IEnumerable<Brep> breps,
double tolerance
)
VB
Public Shared Function CreateBooleanUnion (
breps As IEnumerable(Of Brep),
tolerance As Double
) As Brep()
- breps
- Type: System.Collections.Generic.IEnumerable(Brep)
Breps to union. - tolerance
- Type: System.Double
Tolerance to use for union operation.
Type: Brep[]
An array of Brep results or null on failure.
Supported in: 6.0.16224.21491, 5D58w
Brep Class
CreateBooleanUnion Overload
Rhino.Geometry Namespace