Hello,
Is there a command to show curves that are directly on top of each other?
Thanks,
Hello,
Is there a command to show curves that are directly on top of each other?
Thanks,
Hi Justin -
No, there isn’t. I suppose you could try the Intersect
command on all curves and inspect those locations where points are found in places you didn’t expect them.
-wim
It may be practicable to combine these curves using CurveBoolean command.
Here is a “detect overlaps” script… Only detects them and shows you where they are, does not eliminate them.
DetectOverlaps.py (1.2 KB)
Note also that SelDup will select exact duplicates if there are any.
Intersect did the trick.
Hi, that code is livesaving for me…
Is there also any possibility to delete all these overlapping curves?
Thank you in advance…