Parakeet Maze: How should these components be connected?

Hello,

I tried to reproduce the Parakreet maze example:


maze.gh (12.4 MB)

The resulting mesh has already been pre-saved in the example. There is written that “Fattener + Catmalcrark Subdivision” needs to be added to let it work. I tried it, but think I connected the components wrongly. How should the script look like?

Thanks!

Why don’t you use the MultiPipe component instead, which works with lines. The Fatten one is its precursor and expects points as input.

1 Like

Interesting! How can I close and round off the pipes?

The MultiPipe component usually has a cap option that you can set to 1 for rounded end caps.
What version of Rhino are you using?

1 Like

Do I use a wrong MultiPipe component? Rhino 7.

Probably not, no. There’s only one. I’m using Rhino 7.23.

1 Like

I’ll try to figure out what’s the problem. Thank you!