I’m working on a multi-room floor model in Dragonfly and I’ve run into a common issue with façade generation.
When I use DF Apply Facade Parameters, the component applies windows to all façades, including the interior walls between rooms on the same floor (see attached image).
In this case, these surfaces are actually internal partitions and should not have any apertures.
before or after applying the façade parameters, but the result is the same — interior walls still get windows.
And I also tried apply the façade parameters at the story level or building level, but the result is the same.
From what I understand, this happens because DF Apply Facade Parameters only looks at the orientation of the surfaces, not their boundary condition, since at the 2D level Dragonfly doesn’t yet know which surfaces are “interior” or “exterior”.
It would be great if Dragonfly could distinguish between exterior and interior walls when multiple Rooms2D share boundaries, so that DF Apply Facade Parameters only applies windows to exterior façades.
You can see inside the component source code that the component only applied the windows to the outdoor walls:
This is true even when you have assigned different facade parameters to be used for different orientations:
Are you sure that you have set the boundary conditions to be indoors via the “Solve Adjacency” component before you assign facade parameters? If so, can you provide a sample file that recreates your issue?