ShrinkTrimmedSrf and Boolean Solid Operations

Several months ago I posted a problem that was caused by large surfaces trimmed to small surfaces by boolean operations.

This makes me wonder if after a sequence of boolean operations is is advisable to do:

  1. Explode
  2. ShrinkTrimmedSrf
  3. Join

On a solid?

ShrinkTrimmedSrf can be used without exploding the polysrf and it’s not a bad idea if you don’t intend to Untrim anything later. You can also at times use Explode > RebuildEdges > Join to fix small issues in a joined edge but I’m not sure what the actual issue you are trying to solve is.