Differentiate between demolished and new infill elements

I have an existing wall with one existing door, which is set to demolished, and one new door. This created two infills. One demolished infill and one new construction infill.

However infills do not officially have any phasing settings. Using Element.parameters in dynamo and every parameter is identical between the two. Revit knows the difference between them, we can see that in the phase filter.

Is there a way to differentiate between them in dynamo?

One possible way I can think of is to perform an element PhaseId comparison. Demolished against Construction. They should have different IDs.

Scratch that I just realize you mean infills.


Not sure which node you were refering to, but Element.phases from clockwork was able to find the phase. So I’ll post this for future reference.

nah I wasn’t thinking about any nodes. I know at element level one can compare phase ids to differentiate them. I was testing this myself then realize you were talkin abt infills and there’s not much phase related info i can find in the api doc that relates the infill itself.