compas-dev / compas_occ

COMPAS wrapper for the Python bindings of OCC
http://compas.dev/compas_occ/
MIT License
15 stars 7 forks source link

Closest point on curve fails if no orthogonal projection to curve can be found. #10

Open tomvanmele opened 2 years ago

tomvanmele commented 2 years ago

This should be handled by catching the thrown exception and return the start or end point instead.