Unjoin elements

Hello all, we would like to automate elements unjoin.
is there any node in dynamo that can do this???

Hi,

Clockwork has a node that join two elements. Take his python code and replace JoinGeometry with UnjoinGeometry. You can also use SwitchJoinOrder.

image

Thanks Giovanni, we are going to give it a go
thank you very much!!!

Working fine Giovanni,
Thank you very much!!!