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
1 Like
Thanks to you both. I swear I looked thru the long list of “SEL…”
Mr. H: you did it again!
MS