CurveCreateBooleanUnion Method |
Rhino for Mac 5.1
Calculates the boolean union of two or more closed, planar curves.
Note, curves must be co-planar.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
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.
See Also