I have a list of rooms. I have another list of rooms. I want the first list of rooms not to have the rooms in list two.
I tried List.FilterByBoolMask, but this doesn’t except Revit Elements. I tried creating a Python Node to remove the elements, but havign trouble with Revit Elements.