RhinoCommon API
IntersectionCurveLine Method |
Intersects a curve and an infinite line.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static CurveIntersections CurveLine( Curve curve, Line line, double tolerance, double overlapTolerance )
Public Shared Function CurveLine ( curve As Curve, line As Line, tolerance As Double, overlapTolerance As Double ) As CurveIntersections
Parameters
- curve
- Type: Rhino.GeometryCurve
Curve for intersection. - line
- Type: Rhino.GeometryLine
Infinite line to intersect. - tolerance
- Type: SystemDouble
Intersection tolerance. If the curves approach each other to within tolerance, an intersection is assumed. - overlapTolerance
- Type: SystemDouble
The tolerance with which the curves are tested.
Return Value
Type: CurveIntersectionsA collection of intersection events.
