cucumber
(Cucumber)
October 20, 2022, 6:52pm
1
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!
diff-arch
(diff-arch)
October 20, 2022, 7:11pm
2
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
cucumber
(Cucumber)
October 20, 2022, 7:35pm
3
Interesting! How can I close and round off the pipes?
diff-arch
(diff-arch)
October 21, 2022, 5:31am
4
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
cucumber
(Cucumber)
October 21, 2022, 11:47am
5
Do I use a wrong MultiPipe component? Rhino 7.
diff-arch
(diff-arch)
October 21, 2022, 11:53am
6
Probably not, no. There’s only one. I’m using Rhino 7.23.
1 Like
cucumber
(Cucumber)
October 21, 2022, 11:55am
7
I’ll try to figure out what’s the problem. Thank you!