Create -SelName + ZoomSelected Button

Hello,

I was hoping to achieve the following actions through a button:

-SelName

user enters name in Rhino command-line

ZoomSelected

I tried this as shown in screenshot below, but it seems that it jumps directly from the first command to the next, without the opportunity to enter the name of objects to be selected.

Any help is appreciated.

You just need to add a “Pause” to tell Rhino you want to input something:

-_SelName _Pause _ZoomSelected

–Mitch

1 Like

Hah! I knew it had to be simple. Thank you @Helvetosaur