Delete elements in model from dynamo list

Helo all,

This should again be fairly simple …

I just want to delete duplicate instances of sprinklers (or any oter category of elements) placed at the same place by mistake … (to be sure schedules can be trusted.fro BOQ’s)
So far I managed to detect them and have them in a list…

“Element delete node” gives me that typical error which I still don’t get :frowning:
“Warning: One or more of the input types are not matching. Couldn’t find a version of Delete that takes arguments of type (__array)”

I got it to work at some point but needed to round the x-y-z point (not gonna go into the why of that for now)

Why oh why do I get that array error

pls pls pls help
This couldend up to be a very powerfull and usefull graph in case modelers didn’t pay attention when copying stuff
and clean the model before going for accurate BOQ’s out of the (MEP) model.

Thanks a million trillion to whomeever can help me
Sebbe

The graph so far… (after some real heavy trail and erro but no result)

Delete duplicate_sdh.dyn (6.5 KB)

@SDH There you go. you were placing the Points in the delete node input. You should input the actual elements not the points.

1 Like

Thx a million trillion gazillion :thumbsup:
you are a life saver :slight_smile: :relaxed:

Going to work some more on that graph and post it for all if I ever get the time to test it of course :smile:

You’re welcome.Please mark it as a solution if it solves your problem :slight_smile:
good luck!