How to make Dynamo forget stored IDs

if i make an operation on selected elements and select another batch it will undo the operations did on previous batch so, we have to close dynamo and re-Open to maintain previous progress.
the reason is dynamo keep the last element ids and any future Run it consider that the element selection are changed not considering this is a new operation.
is there any way to solve this?

Hi @fathygad

Are you using “Select Model Elements” node or “All the Elements of category” node?

Select Model Elements

In that case i would suggest you go for “PickModelElements” node. It will allow you to select elements in each run.

1 Like