M_Rhino_Geometry_Curve_CreateBooleanIntersection_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateBooleanIntersection Method (Curve, Curve, Double)

Calculates the boolean intersection of two 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[] CreateBooleanIntersection(
	Curve curveA,
	Curve curveB,
	double tolerance
)

VB

Public Shared Function CreateBooleanIntersection ( 
	curveA As Curve,
	curveB As Curve,
	tolerance As Double
) As Curve()

Parameters

 

curveA
Type: Rhino.Geometry.Curve
The first closed, planar curve.
curveB
Type: Rhino.Geometry.Curve
The second closed, planar curve.
tolerance
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Curve.CreateBooleanIntersection(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Double)"]

Return Value

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

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
CreateBooleanIntersection Overload
Rhino.Geometry Namespace

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