M_Rhino_Geometry_Curve_CreateBooleanIntersection - mcneel/rhinocommon-api-docs GitHub Wiki
Note: This API is now obsolete.
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
C#
[ObsoleteAttribute("Use version that takes tolerance as input")]
public static Curve[] CreateBooleanIntersection(
Curve curveA,
Curve curveB
)
VB
<ObsoleteAttribute("Use version that takes tolerance as input")>
Public Shared Function CreateBooleanIntersection (
curveA As Curve,
curveB As Curve
) As Curve()
- curveA
- Type: Rhino.Geometry.Curve
The first closed, planar curve. - curveB
- Type: Rhino.Geometry.Curve
The second closed, planar curve.
Type: Curve[]
Result curves on success, empty array if no intersection could be calculated.
Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491
Curve Class
CreateBooleanIntersection Overload
Rhino.Geometry Namespace