Why is this multipipe not working?

Hello,

Quick question related to multi-piping.
I have two sets of four lines coming to a point to form some nodes, but one set won’t get multi-piped nicely. Why is this? See images below:


Here’s the file:
multipipe.gh (14.6 KB)

Your help is appreciated.
Rhino 7 was used for this.
Thanks for looking into it.
RC

The curves aren’t internalised in the file, but looking at the screenshot I’d guess that the issue is that for the node on the right, the long horizontal curve needs to be split where it meets the other lines.

1 Like

Sorry for that - missed it. I have internalized things now:

multipipe.gh (14.9 KB)

They’re all split

Ah, I see - your curves don’t quite touch

You can either clean this sort of thing up manually or use something like this script
line_cleanup.gh (12.3 KB)

2 Likes

:rofl:

Wow - thanks for pointing out the OBVIOUS thing I didn’t see. Hilarious - I step away from Rhino/Gh a few days and evidently forget all the basics. I should be banned.

The script is a great quick fix.

Thanks again Daniel

1 Like