Curve Seam adjustement fails if seam coincides with knot


debugging_seam_adjust.gh (11.0 KB)

I am using a script that adjusts a curve’s seam to a given parameter.

In some situations adjustments fails (while returning True): the seam stays in the original location.

I narrowed the problem down to failures only if a parameter coincides with a curve knot (or a Polyline point).

Is this expected behavior?

One thing you’d better avoid is placing your geometry far away from the origin point.


Sven.gh (8.0 KB)

Thanks a lot!

I will keep this in mind; it might explain a few other mysteries I encountered over the years.