# Wall Face

**URL:** https://forum.dynamobim.com/t/wall-face/44215
**Category:** Revit
**Tags:** dynamo
**Created:** [December 9, 2019, 10:24am UTC](https://forum.dynamobim.com/t/wall-face/44215 "2019-12-09T10:24:53Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![thiru2jack](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/thiru2jack/32/112308_2.png) [@thiru2jack](https://forum.dynamobim.com/u/thiru2jack)
#### Post date: [December 9, 2019, 10:24am UTC](https://forum.dynamobim.com/t/wall-face/44215/1 "2019-12-09T10:24:53Z")

</div>

Hii everyone,  
Which node which package can use for pick the wall for paint.

---

<div class="post-metadata">

### Author: ![AlexanderBerg](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/alexanderberg/32/82944_2.png) [@AlexanderBerg](https://forum.dynamobim.com/u/AlexanderBerg)
#### Post date: [December 9, 2019, 11:35am UTC](https://forum.dynamobim.com/t/wall-face/44215/2 "2019-12-09T11:35:18Z")

</div>

You mean like select face? There’s OOTB node for it.

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/2/5/259c56bf94c0e82c93e7334b53b8a7e4265ceca9.png)

---

<div class="post-metadata">

### Author: ![thiru2jack](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/thiru2jack/32/112308_2.png) [@thiru2jack](https://forum.dynamobim.com/u/thiru2jack)
#### Post date: [December 9, 2019, 7:42pm UTC](https://forum.dynamobim.com/t/wall-face/44215/3 "2019-12-09T19:42:05Z")

</div>

Thanks @AlexanderBerg I want to get face from wall element

---

<div class="post-metadata">

### Author: ![AlexanderBerg](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/alexanderberg/32/82944_2.png) [@AlexanderBerg](https://forum.dynamobim.com/u/AlexanderBerg)
#### Post date: [December 9, 2019, 8:07pm UTC](https://forum.dynamobim.com/t/wall-face/44215/4 "2019-12-09T20:07:26Z")

</div>

Soooo this solves your issue? Or am I missing something?

If it solves please choose the solution as topic is sorted as solved.

---

<div class="post-metadata">

### Author: ![thiru2jack](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/thiru2jack/32/112308_2.png) [@thiru2jack](https://forum.dynamobim.com/u/thiru2jack)
#### Post date: [December 9, 2019, 8:58pm UTC](https://forum.dynamobim.com/t/wall-face/44215/5 "2019-12-09T20:58:31Z")

</div>

Nooo this node I know. What I exactly expect I have number of rooms which having wall faces so how get the faces insdeed of picking one by one.

---

<div class="post-metadata">

### Author: ![AlexanderBerg](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/alexanderberg/32/82944_2.png) [@AlexanderBerg](https://forum.dynamobim.com/u/AlexanderBerg)
#### Post date: [December 9, 2019, 10:27pm UTC](https://forum.dynamobim.com/t/wall-face/44215/6 "2019-12-09T22:27:30Z")

</div>

Wall’s have two faces, so you need to be specific. Anyway with this you can select all faces in active view or the whole project. If you need to select only specific faces and not all, then you can filter them before extracting faces. If you want to get only walls that surround specific rooms, then you can look [here](https://forum.dynamobim.com/t/find-surrounding-walls-for-a-room/21214) for example or search the forum.

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

---

<div class="post-metadata">

### Author: ![Alban\_de\_Chasteigner](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/alban_de_chasteigner/32/39650_2.png) [@Alban\_de\_Chasteigner](https://forum.dynamobim.com/u/Alban_de_Chasteigner)
#### Post date: [December 9, 2019, 10:42pm UTC](https://forum.dynamobim.com/t/wall-face/44215/7 "2019-12-09T22:42:30Z")

</div>

Hi,

You could use the _Compound Surfaces References_ node to collect the interior (or exterior) surfaces of your walls.

 ![Wall surfaces](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/5/1/51a11fbacbfd5fec2eba46d5b279f04874bd29cf.png)

---

<div class="post-metadata">

### Author: ![thiru2jack](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/thiru2jack/32/112308_2.png) [@thiru2jack](https://forum.dynamobim.com/u/thiru2jack)
#### Post date: [December 10, 2019, 6:56pm UTC](https://forum.dynamobim.com/t/wall-face/44215/8 "2019-12-10T18:56:57Z")

</div>

@Alban_de_Chasteigner thanks
