Room bounding - walls list

Hi Dears,

I wish to get parameter values list of walls that bound rooms.

The problem is that created rooms are built with 4 walls, my output is 6 walls and none for one of the rooms:

Also could you recommend me a topic about how to merge all data so to create an excel file with eg: “Room 1: Wall 1, Wall 2, Wall 2”; “Room 2: […]” etc.

1 Like

Not sure why that node isn’t working but you could try the Raybounce method.

Hi @lu.asante.n thats the way revit handle walls in rooms,ps is that node from archilab? seems yor dont get any curves either…try the one from clockwork


1 Like

thank you for explanation. I need also an idea on how to export a data from final list. I’m aware it doesn’t fit in excel at this moment but I wonder if I could export it (to txt or csv, pdf etc.) exactly how it is with this exact structure:

EDIT:

I’ve used your method @sovitek, so I think I’ll export this list to excel. That’s a little bit different to previous dictionary but works fine as the effect still, thanks

1 Like

for export here is some inspiration..Datas list organisation - Get walls for each rooms - #2 by Alban_de_Chasteigner

and try Data.OpenXMLExportExcel instead of export excel…

1 Like

Hello, I did the exercise.

1 Like