M_Rhino_Geometry_Intersect_Intersection_CurveSelf - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.CurveSelf Method

Finds the places where a curve intersects itself.

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

Syntax

C#

public static CurveIntersections CurveSelf(
	Curve curve,
	double tolerance
)

VB

Public Shared Function CurveSelf ( 
	curve As Curve,
	tolerance As Double
) As CurveIntersections

Parameters

 

curve
Type: Rhino.Geometry.Curve
Curve for self-intersections.
tolerance
Type: System.Double
Intersection tolerance. If the curve approaches itself to within tolerance, an intersection is assumed.

Return Value

Type: CurveIntersections
A collection of intersection events.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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