End point coordinates for a line

Noob warning!

I am working with a line and I want to get the coordinates for it’s end point so I can use that as the start point point for a second line? How do I isolate that from the line node out put info? Isn’t there a node that will take a line and report it’s end point coordinates?

Hello,

Node: Curve.PointAtParameter (with as parameter 1)
Setting:
0: Start of line
1: End of line

Cordially
christian.stan

Hello @tomdenney

You can use Curve.Endpoint

2 Likes