Select and change similar objects in Rhino

Hii!

Can you can select similar objects and change the size of them?


(the knots in this frame are too big and I want to change the diameter)

Thank you :slight_smile:

Jessica

*-can :wink:

Have a look into SelSmall & BoxEdit

1 Like

thanx the selsmall worked!

in box edit, when i select ‘change objects individually’ on the bottom and change the size it seems to move along an axe instead of stay in the center?

In the boxedit window in the bottom there’s an option to scale according to the center of the different axes.

image

it worked :ok_hand:
thanks for the help!

that is pretty handy, would be great if one could define also the minimum size of objects.

You can do that by running “Invert” after SelSmall.

that would not do. in case you have objects which are smaller than the ones you need but also bigger. so setting a range in which to find the objects would be the only way.

Well, what you can do is SelSmall with the max value, then Invert and Lock (or hide) the rest. Then SelSmall again with the minimum value and lock (or hide) those - what is left is what you want.

I have scripts for doing this:

SelSrfsByVol.py (3.0 KB)
SelMeshesByVol.py (2.6 KB)
SelSrfsByArea.py (2.6 KB)
SelMeshesByArea.py (2.5 KB)
SelCrvsByArea.py (2.7 KB)
SelCrvsByLength.py (2.5 KB)

3 Likes