Offset curve to point list

Hello,
I have one curve then I divide it by number to have some points. And I have one other curve
How I can offset the second curve to these points


image
Thank so much

good morning Corona Virus,

I think you’ll need to be more precise and link a file (without virus).

From what I read I’d simply use the parameter. (t) output from division of first (reparametrized curve) and evaluate the seconde (reparametrized) curve with those parameter (t) values.

1 Like

Hi,
Please see my file

Offset curve to point list.gh (6.4 KB)
Offset curve to point list.3dm (29.9 KB)
Thank you so much

I asked for precisions also… Are you trying to get the points of the tiny curve onto the big curve at the same proportion distances? I think I don’t understand your question

Hi,
My target same as below

Offset curve to point list_RE.gh (9.4 KB)

1 Like

Hi Jakinta
It so good solution, but maybe not same my target.
I check with number of divide is 2,4,6 is ok ( equal by divide point ) but with 3,5 is not good

That is exactly why Ceiling expression is there for. To deal with odd numbers. According to me and to your problem description above solution is good.

1 Like