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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also