# Wall Layer References- How to check if they are intersecting

**URL:** https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697
**Category:** Revit
**Created:** [April 24, 2025, 3:10pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697 "2025-04-24T15:10:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![KamilR](https://avatars.discourse-cdn.com/v4/letter/k/7cd45c/32.png) [@KamilR](https://forum.dynamobim.com/u/KamilR)
#### Post date: [April 24, 2025, 3:10pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/1 "2025-04-24T15:10:46Z")

</div>

Hi,  
Im trying to verify which references of wall are intersecting ( or lay on the same “line” ). Its really hard to get some information ( vector ? ) from Autodesk.Revit.DB.Reference ( Revit, Dynamo 2022 ). Im trying to verify it- it makes some problems when i want to set dimensions for walls which are next to each other.  
Best regards,  
Kamil

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/2/0/2014976589981ac053b1e0e81a545b8a58921c95.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 24, 2025, 3:17pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/2 "2025-04-24T15:17:52Z")

</div>

Why not just get the location line and check for overlap there? The reference may not always be a good representation of the actual geometry anyway.

---

<div class="post-metadata">

### Author: ![KamilR](https://avatars.discourse-cdn.com/v4/letter/k/7cd45c/32.png) [@KamilR](https://forum.dynamobim.com/u/KamilR)
#### Post date: [April 24, 2025, 4:35pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/3 "2025-04-24T16:35:51Z")

</div>

please find out picture below: I would like to delete one reference from list of references for dimension line. We have two walls (structure and insulation )

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/2/c/2cead4141cca892c3b3cee5106c6a2b94324894d.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 24, 2025, 4:58pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/4 "2025-04-24T16:58:37Z")

</div>

Ah. That additional context changes everything. You need to get the dimensions referencing those walls then, not the wall layer references, and see if you have overlap.

Does this represent two dimensions with an overlap or one dimension with unique but overlapping references? They are two different scenarios requiring two different approaches.

---

<div class="post-metadata">

### Author: ![KamilR](https://avatars.discourse-cdn.com/v4/letter/k/7cd45c/32.png) [@KamilR](https://forum.dynamobim.com/u/KamilR)
#### Post date: [April 25, 2025, 7:49am UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/5 "2025-04-25T07:49:24Z")

</div>

I would like to get from this example just three reference. Now, i have four references for node dimension by line and reference. It would ge great to get planes from references but i dont see this option in Revit Api list for reference methods ☹

---

<div class="post-metadata">

### Author: ![sovitek](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/sovitek/32/116237_2.png) [@sovitek](https://forum.dynamobim.com/u/sovitek)
#### Post date: [April 25, 2025, 9:21am UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/6 "2025-04-25T09:21:29Z")

</div>

Hi @KamilR not sure if it could help,but you can remove reference this way here with dimension properties from genius loci…

 ![Skærmbillede 2025-04-25 111639](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/b/a/ba08c4d3600a04923569474ff4837f15eb656e78.jpeg)

---

<div class="post-metadata">

### Author: ![KamilR](https://avatars.discourse-cdn.com/v4/letter/k/7cd45c/32.png) [@KamilR](https://forum.dynamobim.com/u/KamilR)
#### Post date: [April 25, 2025, 4:24pm UTC](https://forum.dynamobim.com/t/wall-layer-references-how-to-check-if-they-are-intersecting/109697/7 "2025-04-25T16:24:47Z")

</div>

Thank You @sovitek - this idea is great. I got some problems with node Dimension Properties (in some cases it gave me no vales for some dimensions ). Instead of it, I use python formulas to get only values and references.

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/1/9/19f52985b882123c5cf1769b4dd1262bb0f7253f.png)
