anemone.gh (14.4 KB)
[Problem Background]
I try to make a simple growing(radius) circle along a random curve.
I use Stream Filter to navigate the flow back to the start point of the curve.
The radius of the circle and the positions of those are growing inside the Anemone loop.
[The Problem]
When the position reaches 1, the very end of the curve, the Loop End will not record that step, instead jump to the next step, in this logic, the start of the curve.
[My conjecture]
I am thinking the reason for that is the comparison component Larger Than will give the wrong result when the A and B inputs are both 1.
I am trying to figure out why.
Thanks!