# Room Name and Number from "DoorOrWindow.FromRoomAndToRoom" list

**URL:** https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677
**Category:** Revit
**Created:** [February 16, 2017, 3:57pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677 "2017-02-16T15:57:32Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Heinrich\_Boldt](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/heinrich_boldt/32/154159_2.png) [@Heinrich\_Boldt](https://forum.dynamobim.com/u/Heinrich_Boldt)
#### Post date: [February 16, 2017, 3:57pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/1 "2017-02-16T15:57:32Z")

</div>

I try to Export my Door-Parameters to an excel-file. Therefor i need to extract the “ToRoom” and “FromRoom”

Here is my Script. i see results, but there is an Error.

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/0/5/058740ad33301f9c8ce0f37aee76ab3ac09be9a3.png)[Raumnamen zu Tür finden.dyn](https://forum.dynamobim.com/uploads/short-url/kndNKlasoWSfUnguZWQgT9lgWLO.dyn) (14.3 KB)

Link to a thread hours ago, where i start to aks my questions with room-to-door-problem: [Set ToRoom and FromRoom using Doors.Rooms #clockwork](https://forum.dynamobim.com/t/set-toroom-and-fromroom-using-doors-rooms-clockwork/3431/4)

---

<div class="post-metadata">

### Author: ![Yna\_Db](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/yna_db/32/30641_2.png) [@Yna\_Db](https://forum.dynamobim.com/u/Yna_Db)
#### Post date: [February 16, 2017, 6:08pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/2 "2017-02-16T18:08:26Z")

</div>

Hello, the _Get To-From Room_ node (from 2015 but apparently still working fine) could possibly give the results you need, see here for further information:

> **[Dynamo for Revit - Review design with Room Access Requirements](http://autodesk.typepad.com/bimtoolbox/2015/02/dynamo-for-revit-review-design-with-room-access-requirements.html)**
>
> Managing data in Autodesk Revit is often done with Schedules or by manual modification of parameter values. Some of those tasks can take some time before you get finished. In this example we will have a deeper look at Dynamo for Revit. Generative...

---

<div class="post-metadata">

### Author: ![Heinrich\_Boldt](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/heinrich_boldt/32/154159_2.png) [@Heinrich\_Boldt](https://forum.dynamobim.com/u/Heinrich_Boldt)
#### Post date: [February 17, 2017, 7:04am UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/3 "2017-02-17T07:04:09Z")

</div>

dear @Yna_Db  
thank you

I load the “Get To-From Room”-Node.

all Doors to the outside of the house are without “room”, i need it, to collect the infromation in a export excel list with different other parameter.

how can i complete the Room-Names/Numbers to the rigth doors?[mitGetTo-FromRoom\_Node.dyn](https://forum.dynamobim.com/uploads/short-url/dIiP79dPhstSMrvFGKwvFWvexaJ.dyn) (8.3 KB)

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/3/f/3fcc10de67c18ddb3a83e9a8d91dfe730ba2a9e6.png)

---

<div class="post-metadata">

### Author: ![Yna\_Db](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/yna_db/32/30641_2.png) [@Yna\_Db](https://forum.dynamobim.com/u/Yna_Db)
#### Post date: [February 17, 2017, 9:44am UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/4 "2017-02-17T09:44:13Z")

</div>

> [@Heinrich\_Boldt](#):
>
> all Doors to the outside of the house are without “room”

One solution could be to create an exterior “room” by using Room Separator lines

> [@Heinrich\_Boldt](#):
>
> how can i complete the Room-Names/Numbers to the rigth doors?

To do this in Dynamo, I would recommend the node _Door.RenumberByRoom_ from BVN

---

<div class="post-metadata">

### Author: ![Heinrich\_Boldt](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/heinrich_boldt/32/154159_2.png) [@Heinrich\_Boldt](https://forum.dynamobim.com/u/Heinrich_Boldt)
#### Post date: [February 17, 2017, 12:39pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/5 "2017-02-17T12:39:41Z")

</div>

Hi,

I need to export the Room-Names, same as in the Schedule in Revit (See the Picture) I’m not in Trouble to Renumber the Doors.

To Set a Room in the Outside is no opinion. such things i can’t tell my workmates to do in a planview, only for the export the Doors to Excel.

After Export, the Door-List is to fill and correct in Excel. Next step I need to match the Excel-Doorlist with the Revit-Elements and set the changed Paramter

Great regard  
Heinrich

---

<div class="post-metadata">

### Author: ![Yna\_Db](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/yna_db/32/30641_2.png) [@Yna\_Db](https://forum.dynamobim.com/u/Yna_Db)
#### Post date: [February 17, 2017, 12:46pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/6 "2017-02-17T12:46:36Z")

</div>

Some explanation seems necessary indeed.

> [@Heinrich\_Boldt](#):
>
> I need to export the Room-Names, same as in the Schedule in Revit

There is a node called _bimorph.GetScheduleData_ in BimorphNodes that could help for that.

---

<div class="post-metadata">

### Author: ![Heinrich\_Boldt](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/heinrich_boldt/32/154159_2.png) [@Heinrich\_Boldt](https://forum.dynamobim.com/u/Heinrich_Boldt)
#### Post date: [October 12, 2017, 2:19pm UTC](https://forum.dynamobim.com/t/room-name-and-number-from-doororwindow-fromroomandtoroom-list/9677/7 "2017-10-12T14:19:42Z")

</div>

I think, this is a good way to make the list with Roomnames and no error in skript, für dynamo-player

 ![Raumnamen](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/b/2/b25c4c77048fee4c51f4f74b24e296c0549e27ec.png)
