M_Rhino_Geometry_Curve_PlanarCurveCollision - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.PlanarCurveCollision Method

Determines if two coplanar curves collide (intersect).

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool PlanarCurveCollision(
	Curve curveA,
	Curve curveB,
	Plane testPlane,
	double tolerance
)

VB

Public Shared Function PlanarCurveCollision ( 
	curveA As Curve,
	curveB As Curve,
	testPlane As Plane,
	tolerance As Double
) As Boolean

Parameters

 

curveA
Type: Rhino.Geometry.Curve
A curve.
curveB
Type: Rhino.Geometry.Curve
Another curve.
testPlane
Type: Rhino.Geometry.Plane
A valid plane containing the curves.
tolerance
Type: System.Double
A tolerance value for intersection.

Return Value

Type: Boolean
true if the curves intersect, otherwise false

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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