Compute distance between nodes

Hi there,

Assuming that I have a list of nodes obtained by calling Path.calcNodes(), is it possible to get the distance between 2 nodes from this list?

Thanks

calcEdges would be easier as you just need to call edge.getDistance()

Thanks! That did the trick.