RhinoCommon API
CurveCreateBooleanUnion Method (IEnumerableCurve) |
Calculates the boolean union of two or more closed, planar curves.
Note, curves must be co-planar.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Curve[] CreateBooleanUnion( IEnumerable<Curve> curves )
Public Shared Function CreateBooleanUnion ( curves As IEnumerable(Of Curve) ) As Curve()
Parameters
- curves
- Type: System.Collections.GenericIEnumerableCurve
The co-planar curves to union.
Return Value
Type: CurveResult curves on success, empty array if no union could be calculated.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Obsolete (compiler warning) in 6.14