Area separator node returns null

I’m trying to create area boundaries from existing floor edges. The script is straightforward, but I get null returns on the area separator node. What am I doing wrong?

floors.dyn (21.7 KB)
floors.rvt (372 KB)

Hi @robertobatista

You where connecting levels rather views:

2 Likes

Also, remember you’ll need to pass an area plan view, not just any old floor plan.

I have a similar graph for creating area boundaries from floor edges, however even when I just create one simple square floor with four sides, Revit goes into an infinite loop. I always need to crash Revit, which makes the script useless. I wonder if works for you guys?

Once I used the correct node, I’m having similar issues. The script throws Revit into loop and needs to be ended through the task manager unfortunately.