similar to Navisworks, anyone tried to hide or half-tone/override everything in view except selected, or any package achieving similar results?
View.IsolateElementsTemporary is out-of-the-box.
Clockwork package has PermanentlyIsolateElement.
A script that collects A. Selected Elements + B. Either every element in model or every element visible in view would let you do SetDifference followed by performing a graphic override on the set containing ‘everything else’. That process should be achievable with standard revit nodes, though I can’t recall if you’ll need packages to handle linked element graphic overrides.
thanks Robert, i used OOTB isolate element temporary heavily but need to see others in context like filter, my current workflow is creating temporary selection set for others so it can be used in filter, right, there’s OOTB node SetDifference, shouldn’t be difficult to achieve what i wanted.