Detect self-intersecting curves and display interesection?

Hi,

Is there a way in Rhino to detect self-intersecting curves and display where they intersect themselves?

If not, it would be a handy tool to have.

(I already know that it can be done with scripting.)

SelSelfIntersectingCrv finds the curves and selects them, but doesn’t mark the point(s) yet. (maybe V8)
Intersection osnap does snap to self-intersections, so you can manually put points there if needed.

Otherwise, yeah, script.

1 Like

Hello- IntersectSelf will drop a point on self intersections. Is that what you mean?

-Pascal

4 Likes