Intersection.CurvePlane Method

IntersectionCurvePlane Method

Intersects a curve with an (infinite) plane.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static CurveIntersections CurvePlane(
	Curve curve,
	Plane plane,
	double tolerance
)
Public Shared Function CurvePlane ( 
	curve As Curve,
	plane As Plane,
	tolerance As Double
) As CurveIntersections

Parameters

curve
Type: Rhino.GeometryCurve
Curve to intersect.
plane
Type: Rhino.GeometryPlane
Plane to intersect with.
tolerance
Type: SystemDouble
Tolerance to use during intersection.

Return Value

Type: CurveIntersections
A list of intersection events or null if no intersections were recorded.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also