IntersectionCurveSelf Method |
Rhino 5 for Windows
Finds the places where a curve intersects itself.
Namespace: Rhino.Geometry.IntersectAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic static CurveIntersections CurveSelf(
Curve curve,
double tolerance
)
Public Shared Function CurveSelf (
curve As Curve,
tolerance As Double
) As CurveIntersections
Parameters
- curve
- Type: Rhino.GeometryCurve
Curve for self-intersections. - tolerance
- Type: SystemDouble
Intersection tolerance. If the curve approaches itself to within tolerance,
an intersection is assumed.
Return Value
Type:
CurveIntersectionsA collection of intersection events.
See Also