Wall joints after creation from Dynamo

I am having an issue while creating walls through dynamo.

What i am trying to do is from the existing walls, I want to create a panel joints that has specific dimension (3/4”), but due to the small distance, the walls join automatically.

I tried using Disallow join from Zhukoven package, but it doesnt disallow them.

The attached picture is what exactly I need, the script worked with huge gap, but when the distance is below 0.75” it joins automatically.

Any help?

Can you share a screenshot of your graph in action so we can see what you’re doing?

its a little bit complicateed because of how it splits the original line, so if you have any idea how to unjoin walls or split it directly with small gap i would love to hear it.

thanks a lot

Kinda hard to say without knowing exactly what you’re doing. It’s obviously possible through the Revit UI so it should be possible with Dynamo. The nodes you’re using could have some built in rounding or tolerance that’s ignoring your gap. Dynamo and other transactional interactions with the API typically don’t “auto” do something like join geometry.