I am trying to take Area of each wall with in a room with wall type with room name. I tried ClockWork Room Element Collector but it gives only room boundaries. I need room boundaries with wall type with there surrounding areas. Any help will be thankful.
You might have to flatten your lists before your list.create, but I’m not positive. Here’s an example I showed to someone earlier for getting data horizontally.
@Organon
That’s a nice definition. I would just change the way bBoxHeight is calculated :
bBoxHeight = bBox.MaxPoint.Z-bBox.MinPoint.Z
so that this also works if the walls dont start at z = 0 .