Hello all, I have a question.
Currently, I’m using Rhino 7 and Grasshopper. After using Loft with three curves of different sizes and shape, and working on it, I used Multipipe. However, the pipes are not connecting smoothly along the guideline from the Loft, and they appear to be disconnected. I have a file and photo.
Can yo help me?
As @inno says, please internalise the data so we can see the curves.
My guess is that the gap where the structure is not joining up is where there’s a seam on your initial surface that you have panelled or processed somehow to create the woven lattice.
You probably have to manipulate your data structure somehow so the end of the list joins up with the start. A bit like when you use shift list and select “Wrap”
Use TriRemesh to mesh the surface and use the Dual Mesh output, which is hexagons. (and maybe the odd pentagon)
Use the Target Length parameter to change the size of the hexagons. You don’t have control of the size in U and V directions but TriReMesh is great for keeping them nice and even.
Had to change a few components downstream to use PointOnMesh instead of PointOnSurface etc.
Used MeshFaceBoundaries to give the equivalent of the HexGrid Cells.
I’ve just done it for one surface so if you like this method you can try and adapt the other surface the same way.