M_Rhino_Geometry_Curve_CreateBooleanUnion_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static Curve[] CreateBooleanUnion(
IEnumerable<Curve> curves,
double tolerance
)
VB
Public Shared Function CreateBooleanUnion (
curves As IEnumerable(Of Curve),
tolerance As Double
) As Curve()
- curves
- Type: System.Collections.Generic.IEnumerable(Curve)
The co-planar curves to union. - tolerance
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Curve.CreateBooleanUnion(System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Double)"]
Type: Curve[]
Result curves on success, empty array if no union could be calculated.
Supported in: 6.0.16224.21491
Curve Class
CreateBooleanUnion Overload
Rhino.Geometry Namespace