Description:

Determines if two coplanar curves collide (intersect).

Syntax:
public static bool PlanarCurveCollision(
Curve curveA,
Curve curveB,
Plane testPlane,
double tolerance
)
Parameters:
  • curveA
  • Type: Curve
  • A curve.
  • curveB
  • Type: Curve
  • Another curve.
  • testPlane
  • Type: Plane
  • A valid plane containing the curves.
  • tolerance
  • Type: double
  • A tolerance value for intersection.
Returns:
Type: bool
True if the curves intersect, otherwise false
Available since:
5.0

/
/
/
PlanarCurveCollision

PlanarCurveCollision method

Class:  Rhino.Geometry.Curve

Nothing found