# Delete Duplicates pipes, ducts and conduits

**URL:** https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120
**Category:** Revit
**Tags:** dynamo
**Created:** [April 16, 2024, 1:57pm UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120 "2024-04-16T13:57:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![douglas.taguchi](https://avatars.discourse-cdn.com/v4/letter/d/858c86/32.png) [@douglas.taguchi](https://forum.dynamobim.com/u/douglas.taguchi)
#### Post date: [April 16, 2024, 1:57pm UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120/1 "2024-04-16T13:57:35Z")

</div>

Hello guys.

I’m trying to delete some duplicates.

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/a/6/a6a163cf6fdde0fbe2efd8e996f6c6f583a88705.png)

It works for fittings, devices and acessories. But does not work for pipes, ducts and conduits.  
What should I change?

---

<div class="post-metadata">

### Author: ![Nick\_Boyts](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/nick_boyts/32/76313_2.png) [@Nick\_Boyts](https://forum.dynamobim.com/u/Nick_Boyts)
#### Post date: [April 16, 2024, 2:14pm UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120/2 "2024-04-16T14:14:56Z")

</div>

What does the error say? If there’s an issue finding duplicates or with the points themselves then that error is going to be passed on to the filtered list.

---

<div class="post-metadata">

### Author: ![douglas.taguchi](https://avatars.discourse-cdn.com/v4/letter/d/858c86/32.png) [@douglas.taguchi](https://forum.dynamobim.com/u/douglas.taguchi)
#### Post date: [April 16, 2024, 2:26pm UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120/3 "2024-04-16T14:26:17Z")

</div>

The points are empty for this kind of elements

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/7/4/74f58f710def2832aee8423941ba28eeaff5f67a.png)

---

<div class="post-metadata">

### Author: ![Nick\_Boyts](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/nick_boyts/32/76313_2.png) [@Nick\_Boyts](https://forum.dynamobim.com/u/Nick_Boyts)
#### Post date: [April 16, 2024, 2:30pm UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120/4 "2024-04-16T14:30:14Z")

</div>

So then it’s not going to find any duplicates.

You’re better off getting the elements from Revit’s internal warnings (duplicate instances). I believe there are a few threads already that cover this process. Try looking into those topics for some ideas and give those a try. Then we can help you if you get stuck.

---

<div class="post-metadata">

### Author: ![chuongmep](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/chuongmep/32/197537_2.png) [@chuongmep](https://forum.dynamobim.com/u/chuongmep)
#### Post date: [April 17, 2024, 2:25am UTC](https://forum.dynamobim.com/t/delete-duplicates-pipes-ducts-and-conduits/100120/5 "2024-04-17T02:25:25Z")

</div>

Let’s try use get location center of boundingbox to compare and purge duplicate, it not a best way but can resolve for any type of object elements.
