L-System Get length of branches

I’ve been going through the documentation and can add elements to an L-System (Leaf J/K/M). I’m wondering if there’s a technique to obtain the length of a branch? For example, I’d like to stretch a circle SOP from branch to branch. Basically, replace the Tubes with some of my own geometry.

With a Sop to Chop, you canmake some math on some Vertex. For exemple with width attribute and some chops, you can obtain the coordinate of all extremities (extremities have the minimum width)
Here is an exemple I used for a performance
NewProject.toe (12.7 KB)

Thanks so much for this. I’m working on digging through the example to make sense of what’s going on.