Ceilings Intersecting with Rooms

Hi All

Hoping somebody can help me out.

I’m working on a script that looks at the geometry of rooms and ceilings and writes ceiling parameters into the rooms it intersects, I’ve got all of it to work except iterating through the rooms to write the parameters.

How do I make the script go through each room one by one and check ceiling intersections.

Ceilings in Rooms2.dyn (26.2 KB)

A couple thoughts here.

  1. Iterate by the ceilings not the rooms.
  2. You have to make sure the height of EVERY room is enough to get to the ceiling
  3. There have been others on here do similar so a search may help you.