I have a spline which is already in my CAD model
I want to basically "smooth" it, in the sense that I don't want wiggles (big second derivaties across its trajectory.
So my plan is to:
- Extract points from the spline.
- Re-create a spline but only using a subset of the extracted points of the spline in question.
I already extracted the points
BUT now the Sketch-> Spline tool fails. It always creates a spline when I use two points. I therefore cannot create a spline with more than 2 points (which makes all of this pointless, well with two points actually).
What can I do to get around this?