Tween two points on curve does not compute end point(s)

Hi,

When using the tween two points on curve component from Pufferfish, it does not compute the point that is between the end points of the list

For instance, if I create a polyline through the points and feed the end-points as input, I get this result:

Tween two points - end points.gh (10.2 KB)

One solution is to use trim points instead.


Tween two points - end points_solution.gh (14.1 KB)
This does mitigate the domain issue that you’ll inevitably run into otherwise.


Tween two points - end points_re.gh (9.9 KB)

3 Likes