Hi Guys,
Good day, is there a way that I can move the color green points to the highlighted yellow curve
but having the z values being retain? I just only want to align the points in xy values.
thanks
Hi @Joel_Ocampo,
what about something like this? You project the green points to the desired curve with Curve Closest point, then you deconstruct the points and replace the Z values with the ones of the initial green points. But this is assuming your lines are parallel to the XY plane.
Points on curve.gh (10.1 KB)
Thank you very much for your response, kind regards.