Coud you tel me how to get the curves of "PasOfTravel"

I would like to get the curve from result of PasOfTravel Noed.
As I Use “Element.Geometry” Node, error, “Unable to create Line. Points are likely coincident”, is spit out.

Is there any other way to get the curve?

Hi @hachi.name,

You can use the Element LocationCurve node instead of the Element.Geometry node which also returns the arrow.

Thank you!!
I could get it by using the Element LocationCurve node.