Explode mesh box in 6 surfaces

I’m aware of the explode mesh component, unfortunately it does not work like the “explode” command in rhino itself. Is there a way to get 6 surfaces out of a mesh box instead of 12 faces?

Thank you.

You can use Unweld & Explode component from Mesh+.
You can also use C#, Python or VB script component with a very simple single line of code like this:

A = ExplodeAtUnweldedEdges();

ExplodeAtUnweldedEdges.gh (5.1 KB)