CurveCreateBooleanUnion Method (IEnumerableCurve) |
Note: This API is now obsolete.
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)
Since: 5.0
Syntax [ObsoleteAttribute("Use version that takes tolerance as input")]
public static Curve[] CreateBooleanUnion(
IEnumerable<Curve> curves
)
<ObsoleteAttribute("Use version that takes tolerance as input")>
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.
See Also