I started with this:
... And I was able to deform it to the curve with correct rotation like that below - but the points are all in the same position. How do I offset them individually on the curve by the original distances?
PS: The indexes of the points are not in order of X axis position (I don't know if that's important?). It's made of 3 mesh lines, each one corresponds to a place on the repeating pattern. The indexes have this kind of order:
All tutorials, posts I found were using Curve to Points (which are even distances), or complex Curve Deform nodes that deform meshes (works but is overkill for this case). I just wanted to "map" a simple straight offset of points along a curve with the correspondent offset.
Could anybody help me please?
Thanks