Adding interior apertures problem

I am attempting to add interior windows to some rooms, as such:

When checking the apertures, the interior appear as such:

which works. However, checking for exterior apertures, some of the interior apertures also appear as external:

Checking for exterior walls, some of the internal walls become exterior too.

Interior walls:

Exterior Walls:

Im not sure what I’m doing wrong, probably something with solving the adjacency. Any ideas?

internal aperture problem.gh (114.7 KB)

You’re adding the apertures several times, and also running the solve adjacency for several times. My suggestion is to add all the apertures once, and then try to solve the adjacency between all the rooms once.

That worked great, thank you!