How to get a Box input from user...?

Hello,

I can get a Bounding Box from the current section box of a view.

I now need to have the user modify the section box, and get the new section box.

Basically I need two boxes: first, from a view section box (done); second, from the user-revised section box.

Right now, the only way I can think of is to run 2 scripts, one that gets and records the current section box on disk, the second that gets the current section box and the one previously saved on disk.

Any idea?

I guess the question is: how does the script allows the user to modify the section box?

thanks

gio

Look at the Data-Shapes package. It allows for user input during the script.

Hi like Sean said, the best way to get user inputs is through Data-Shapes UI.
I did this using ScopeBoxes (user scopebox). Im adding .dyn file for reference.
by Scopebox.dyn (39.3 KB)

1 Like