M_Rhino_Geometry_Curve_CreateBooleanUnion_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateBooleanUnion Method (IEnumerable(Curve), Double)

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

Syntax

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()

Parameters

 

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)"]

Return Value

Type: Curve[]
Result curves on success, empty array if no union could be calculated.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
CreateBooleanUnion Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️