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
OCCT is refusing to fillet the spline which admittedly is a much more difficult shape to work with. Determining where the circle of the fillet meets the spline requires the search algorithm that is present in the DoubleTangentArc object.
To fix this build123d would have to identify that one or more of the edges is a complex curve (splines, bezier curves, etc.) and implement the fillet itself possibly using the DoubleTangentArc.
First here's the minimal example:
Jern pointed out that it works in 3D:
The text was updated successfully, but these errors were encountered: