M_Rhino_Geometry_Intersect_Intersection_CurveLine - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a curve and an infinite line.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static CurveIntersections CurveLine(
Curve curve,
Line line,
double tolerance,
double overlapTolerance
)VB
Public Shared Function CurveLine (
curve As Curve,
line As Line,
tolerance As Double,
overlapTolerance As Double
) As CurveIntersections
- curve
- Type: Rhino.Geometry.Curve
Curve for intersection. - line
- Type: Rhino.Geometry.Line
Infinite line to intesect. - tolerance
- Type: System.Double
Intersection tolerance. If the curves approach each other to within tolerance, an intersection is assumed. - overlapTolerance
- Type: System.Double
The tolerance with which the curves are tested.
Type: CurveIntersections
A collection of intersection events.
Supported in: 6.0.16224.21491