You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, geometrical errors are very difficult to troubleshoot. Is there a way to throw more informative messages?
In addition, are there better ways to handle the cases where errors are thrown? For instance, I am trying to filter a set of edges together in:
body = body.fillet(0.5, (e) => e.inDirection('Z'))
This is erroring out I assume because some of my edges are already tangent on both sides, so there is no fillet that can be added. I would much prefer if that single edge error was caught and the rest of the operation was allowed to continue.
The text was updated successfully, but these errors were encountered:
In general, geometrical errors are very difficult to troubleshoot. Is there a way to throw more informative messages?
In addition, are there better ways to handle the cases where errors are thrown? For instance, I am trying to filter a set of edges together in:
This is erroring out I assume because some of my edges are already tangent on both sides, so there is no fillet that can be added. I would much prefer if that single edge error was caught and the rest of the operation was allowed to continue.
The text was updated successfully, but these errors were encountered: