Nearest Point on Curve issue for Approximated Curve
Created by: rendetto
I tried the "Nearest Point on Curve" node on an approximated NURBS curve, and I got an error: "...geomdl.exceptions.GeomdlException: GEOMDL ERROR: Parameters should be between 0 and 1"
If I reparametrize the input curve to ..say (0.0, 0.99999) or (0.00001, 1.0) or (0.0, 1.00001), or anything that doesn't include one of the domain boundaries the node does not throw the error.
Here's the file I used for testing: Nearest_Point_on_(approximated)Curve_Issue.zip
Thanks