Data-Shapes: how to select multiple objects and continu script?

I’ve written a script with Data-Shapes to select multiple object, but I don’t know how to end the selection and continue. ENTER or spacebar won’t do anything. When I hit ESC the script stops.
I’m using Revit 2023.1 on an windows 10 pc.

Can anyone tell me how te stops selection and continue?


test_select_multiple_beams.dyn (24,9 KB)
test_select_multiple_beams

Could be an issue with the code in the SelectModelElements node and python 3. Not sure if there is an update to the Data-shapes package for python 3 or not.

May have to substitute the selection node with one from another package that incorporates an active on screen selection method.

I don’t know what you mean but all necessary packages, including DynamoIronPython2.7, are installed on my pc.

packages

Apologies if I’ve misinterpreted your issue, but when you are selecting elements, is there not a small Finish button in the top left of the window?

1 Like

Ah. Found it! I’ve missed that completely. Stupid me.
Now it works.

1 Like