Sub-Curve Problem

Hello all,
I have a problem by taking a sub-curve in this example. As it is clear, the sub-curve doesn’t work and it gives out the same curve-length as it was at the beginning. What should I do? Am I doing something wrong?
(I used the same definition for other curves and it worked but for this it has a problem)

Thank you,
Fereshteh

error.gh (11.3 KB)

Check this thread and use method of @Michael_Pryor

1 Like

Your curve domain is -78.13 to 0. Curve length is not always identical to it’s domain. In this case, reparameterize your curve domain would help.


Curve Domain_re.gh (8.1 KB)

3 Likes

Thanks, it was a good solution.

How to reverse this sub curve just asking 0 to 1 and 1 to 0