M_Rhino_Geometry_Intersect_Intersection_CurvePlane - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a curve with an (infinite) plane.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: CurveIntersections
A list of intersection events or null if no intersections were recorded.
Supported in: 6.0.16224.21491, 5D58w