Click or drag to resize

CurveCreateBooleanDifference Method (Curve, Curve, Double)

Calculates the boolean difference between two closed, planar curves. Note, curves must be co-planar.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Curve[] CreateBooleanDifference(
	Curve curveA,
	Curve curveB,
	double tolerance
)

Parameters

curveA
Type: Rhino.GeometryCurve
The first closed, planar curve.
curveB
Type: Rhino.GeometryCurve
The second closed, planar curve.
tolerance
Type: SystemDouble

[Missing <param name="tolerance"/> documentation for "M:Rhino.Geometry.Curve.CreateBooleanDifference(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Double)"]

Return Value

Type: Curve
Result curves on success, empty array if no difference could be calculated.
See Also