Created by: portnov
Smooth the curve in it's fracture points. When it is known that the curve is a polyline, then it is possible to calculate the fillet as a circular arc of specified radius. For arbitrary curve, only arc of Bezier curve can be used.
This node can work only with NURBS curves; but polylines are a special case of NURBS.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.