Curve and Arc Utlilities

Hi Pascal,

Is it possible to modify the code from the curve and arc utilities to select a range of radii?
For example select radii from >100 or <300.

I am by no means competent in coding, so not sure what it would involve to modify the existing code to be able to do that.

Any help greatly appreciated.

Cheers
Alex

Hi Alex - @alexbabaeff - see if this does the right thing - I added

SelArcRange

Unblock the rhp file in Windows, then drag and drop onto Rhino. Make sure to move, delete, or rename the previous one.

CurveAndArcUtilities.rhp (70 KB)

-Pascal

Bit late to the party, here are a couple of scripts from my library just in case.

SelByRadius.py (2.8 KB)
SelSameRadArcsCircles.py (3.0 KB)