I imported a large pdf drawing into Rhino and I have many what I think is duplicate objects in the file that I need to get rid of. I have tried the “SelDup” and “SelDupAll” command but didn’t find anything. It says in “details” that one is a “Closed polyline with 4 points.” and the other is a “Closed NURBS curve” so I tried “SelPolyline” but it selected all the objects and “SelCrv” same thing. Any suggestion on what to do is greately appreciated. Attached an image showing the details of my two “identical” objects and a small version of the Rhino file.
The script below works in V8 and selects 78 “near-dup” curves at 0.001 tolerance. Tolerance can be set at the command line to find near dupes that are further out of tolerance.