Remove section after Split Brep

Hello, i’m working on a Project that requires two Pipes to cross each other. The vertical Pipe needs to be cut at the intersection of the Pipes. I used Split Brep to Filter out the Intersecting but i dont know how to remove it. Unfortunately im to far into the Project to remove the Pipe and make two out of it one for the top and one for the bottom part.

Thank you very much in advance for your Help.

1 Like

Thank you very much for all the effort. Probably a dumb Question but how can i edit stuff in the Rhino Window? I can only change it in the Grasshopper Window.

I didn’t realise you were working in GH. Rather upload your code then.

1 Like

1 Like

This is what i have right now for this middle section. The two strands are for the inner and outer Pipe. How can i remove the marked section ( Fig.1) without having the hole in the middle. The horizontal Pipe should be continuous.

Upload the actual code. Like the .GH file with internalised geometries. Difficult to help when you don’t provide that. So much back & forth.

1 Like


1 Like

X-Knot.gh (14.3 KB)

I hope this will be useful. I can’t use “Trim Solid” because i have trimmed surfaces and I don’t know how to change that. Maybe I went the Wrong way from the very beginning.

Just trim the hollow small pipe with the solid big pipe? You have everything right there in the script.


PIPE CUT.gh (13.2 KB)

Thanks a lot. It worked

To create the tube there is a Pufferfish component that creates a solid with the desired thickness starting from a surface.
To avoid interference in the joining of the surfaces it is necessary to rotate the tube 90 degrees.

split1.gh (31.1 KB)

1 Like