Room Boundaries for ceiling finishes

Hi,
I’ve used the Room.Boundaries node from Clockwork in a script to read floor and wall finishes and feed that info into the room properties. Works great BTW. Does anyone know if there is a way to get this node to read the ceilings because at the moment it only picks up walls and floors. Im pretty new to Dynamo so and still trying to figure a lot of stuff out.

Hi @chasbarrott

There is a custom node from spring nodes package called “Collector.ElementSketch” that will get ceiling boundaries.

2 Likes

very handy, thanks.

HI
The script I have to get the Material elements in a room works ok for floors but not the walls. I’m using a shared instance parameter assigned to the elements (floors and walls) however this also pulls up the material on the other side of the wall which is not associated to the room. I don’t suppose there is some magical node out there where it reads the material of the face of the element in rooms?