Hi discourse!!
I’m trying to create a facade with horizontal wood beams and I’m struggling with some overlapped curves.
The idea is to create a point grid > reduce > create my lines > extrude with the surface normal vector > extrude to create the height. (see the attached file)
But, my results always give me overlapping curves. That’s ok, was expected, but I couldn’t manage to merge then into one single curve.
The image below is from Grasshopper, looks exactly as I wanted.
I saw this similar problem in another topics, but I think this one is a bit different. I’m sorry If there’s some solution here, but I couldn’t find it.
I’m glad that if you guys can help me with this one.
because the points are generated on the surface with constant horizontal distance ULength, the best way to connect them with a single line, is to use SDL with the very same ULength distance
at this point, as LineSDL component was extending your curves even more by a different amount, you can just apply that with extend curve component, and you’ll get the very same final result
By the way, this doesn’t solve the original problem of merging the overlapping lines, but just avoids them from being generated in this particular case… hope it helps anyway