Divide a line in a fixed length

Hi all,

I’m trying to divide a curve into segments of a fixed length from the beginning point till possible (although the end segment is shorter than the rest).
I’ve seen a node in some previous answers called Curves.DivideCurveByDistance but I can’t find it anymore. Do someone know if it has changed it’s name? Or any other solution/node that can fix the problem?

Thanks!

Hi,

Have you trie Curve.PointsAtChordLengthFromPoint ?

Yes! That is the node I was looking for! Thanks!