Jacobi Elliptic Functions, Seiffert Curve script

 From:  Michael Gibson
6148.3 In reply to 6148.2 
Hi Brian,

> Is there a script to locate the END of a curve?

If you have a curve, you can get the start or end points by doing:

var startpt = crv.getStartPt();

var endpt = crv.getEndPt();

- Michael