Hi everyone, I’m working on a morphological surface analysis and need to visualize how a surface is constructed by moving a curve along two rails.
So far, I managed to create the shape using Sweep2 and Mesh Surface, but in both cases, an unwanted construction grid appears. What I really need is to see only the repetition of the curve along its path, without generating a mesh or additional lines.
I tried another approach:
- I created the two rails and divided them into points using Divide Curve.
- I attempted to repeat the curve at these points to represent its movement, but I couldn’t get it to work.
I’m new to Grasshopper and probably missing something essential.
My question is:
What is the best way to achieve this without generating extra elements like a mesh or unnecessary lines?
I’m attaching my file with both solutions so you can see what I’ve done. Thanks in advance!
Two rails & one geometry.3dm (24.8 KB)
Grashopper components.gh (10.8 KB)