M_Rhino_Geometry_Curve_PlanarCurveCollision - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if two coplanar curves collide (intersect).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Boolean
true if the curves intersect, otherwise false
Supported in: 6.0.16224.21491, 5D58w