Select specific length

Does anyone have or know of a script that can select curves of a specific length?
Make2D currently leaves many tiny extra curves that leads to issues when importing into Illustrator.
Selecting all curves of say, .05 inch or less, might just be a problem solver for me.
MS

Hi, does _SelSmall do what you need?

Or SelShortCrv… Both SelSmall and SelShortCrv are “less than” functions, below is a script that has a few more possibilities such as greater than, equal to or between two values. Just in case.

SelCrvsByLength.py (2.5 KB)

–Mitch

Thanks to you both. I swear I looked thru the long list of “SEL…”
Mr. H: you did it again!
MS

Here is an updated script for Rhino 8 with added functionality of selecting a reference curve to pick a length from. It would be nice if this would be integral part of Rhino.

SelCrvsByLength-v8.py (4.8 KB)