Skip to content

M_Rhino_Geometry_Intersect_Intersection_CurveLine

Will Pearson edited this page Aug 12, 2016 · 1 revision

Intersection.CurveLine Method

Intersects a curve and an infinite line.

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

Syntax

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

Parameters

 

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.

Return Value

Type: CurveIntersections
A collection of intersection events.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

Clone this wiki locally