M_Rhino_Geometry_Intersect_Intersection_CurveSelf - mcneel/rhinocommon-api-docs GitHub Wiki
Finds the places where a curve intersects itself.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static CurveIntersections CurveSelf(
Curve curve,
double tolerance
)
VB
Public Shared Function CurveSelf (
curve As Curve,
tolerance As Double
) As CurveIntersections
- 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.
Type: CurveIntersections
A collection of intersection events.
Supported in: 6.0.16224.21491, 5D58w