Apply a Python Script to a list of element

Hello,
I would like to apply this script, that I found on the forum, to a list of bounding boxes. However, I’m not really good with python.
Does someone know how to edit the script ?


Thanks in advance

Try searching the forum for “looping”. You’ll likely use a for loop to iterate over your list of inputs.

On this discussion : Elements inside scope box - #2 by Schasfoortyoeri, @Schasfoortyoeri shared a script that solve my problem.
So thanks

1 Like