Ah, those strange bulges are because ‘StrutSize’ was set to 0.5.
This means the struts were half the thickness of the nodes.
Changing this and the Offset setting gives this before and after
Catenary lattice2.gh (10.8 KB)
See this post for some more info on the Multipipe settings:
Hi @martynjhogg
See this example file
MultiPipeGH_examples.gh (107.2 KB)
and some brief notes on the inputs:
MultiPipeNotes.pdf (477.3 KB)
The reason you weren’t seeing any change with those sliders was the value ranges.
EndOffset works as a multiple of NodeSize, and there is not enough room along the struts of your shape to offset the first edge loop 16 times the radius away from the node without it crossing over the loop being offset from the other end of the strut.
When there is not ro…
4 Likes