M_Rhino_Geometry_Brep_CreateBooleanUnion_1 - 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,
bool manifoldOnly
)
VB
Public Shared Function CreateBooleanUnion (
breps As IEnumerable(Of Brep),
tolerance As Double,
manifoldOnly As Boolean
) As Brep()
- breps
- Type: System.Collections.Generic.IEnumerable(Brep)
Breps to union. - tolerance
- Type: System.Double
Tolerance to use for union operation. - manifoldOnly
- Type: System.Boolean
If true, non-manifold input breps are ignored.
Type: Brep[]
An array of Brep results or null on failure.
Supported in: 6.0.16224.21491
Brep Class
CreateBooleanUnion Overload
Rhino.Geometry Namespace