Package / nodes for working with Area's and Area plans

I was eventually able to figure it out. The key was using nodes contained in the lunchbox and clockworks packages to read the data from the areas, take the boundaries and create a surface, then take the point location of the room create a little line and test if the line intersects the surface then write that data to the parameter of the corresponding rooms. It’s basically a brute force test of each area and then a boolean operation to cull out the area that it is in. Now I can use a custom room tag to read the area data of an area plan. and rooms are aware of the area’s they inhabit. I can make room tags read gross areas of units.