Explode Nested Blocks until lowest Child

Hey there,

i searched in the Forum only found how to explode all with query. But i want it only with the referenced ones. Is there a more elegant way than mine which guesses the depth of the nested Blocks.

I need to explode all referenced block-instances until there is only geometry left.

I want to achieve it with native rhino GH components.

Any Idea? I can’t look at my own script, yuck!

2026-04-12_Explode-until-Nirvana.gh (215.2 KB)

Hi @mi.land,

Right click on the Explode component and choose “Recursive”.

I believe this is the result you are after?

Cheers!

OMG!
:man_facepalming: I feel stupid.

Thank you!

Don’t haha. Some components have the ability for more advanced options and others don’t. It’s not immediately obvious either way!

Glad this solved it for you!