Export room's wall orientations to excel

Hey,

I am trying get the wall orientation from all room boundaries (walls) and their angle to the true north.

My approach was exporting the values to excel, since I will need them as a list, and transform the vectors from clockwork to angles within excel.

However, clockwork won’t allow me to use the orientation command on a list of all rooms, allowing me to only export one room at a time. Is there a way to work it out?

Try changing the lacing to list longest.

You probably need to flat before you input the data in the Excel.WriteToFile. Either after Room.Boundaries or after Wall.Orientation.

Could you show the output from Wall.Orientation?

Thanks, apparently the element.name node was a problem. Do you guys have any idea on how to transform the vectors into angles to true north?