M_Rhino_Geometry_Intersect_Intersection_CurvePlane - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.CurvePlane Method

Intersects a curve with an (infinite) plane.

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

Syntax

C#

public static CurveIntersections CurvePlane(
	Curve curve,
	Plane plane,
	double tolerance
)

VB

Public Shared Function CurvePlane ( 
	curve As Curve,
	plane As Plane,
	tolerance As Double
) As CurveIntersections

Parameters

 

curve
Type: Rhino.Geometry.Curve
Curve to intersect.
plane
Type: Rhino.Geometry.Plane
Plane to intersect with.
tolerance
Type: System.Double
Tolerance to use during intersection.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

⚠️ **GitHub.com Fallback** ⚠️