Wall Reveal ( WallSweep )

Turns out, it’s as easy as collecting all the reveals you have in your file and picking the right name.
I confused myself for no reason :sweat_smile:

coll = DB.FilteredElementCollector(doc).OfCategory(DB.BuiltInCategory.OST_Reveals).WhereElementIsElementType().ToElementIds()
1 Like