Page 2 of 2

Re: Exploding Splines

Posted: Fri Aug 24, 2018 3:57 pm
by CVH
That is developer stuff.
Followed the code to:
> if (RSpline.hasProxy() && !splinesToLineSegments) {
> pl = spline.approximateWithArcs(splineTolerance)
And can't find out where it is treated further.

The first link looks promising at first but there is a catch to it:
"provided that the cage formed by the control points is convex"

Your second link is one of the referencecs I crossed too.
Pritty complete on the matter.
Employs d1=d2 as an extra constraint.

None of the links implements optimal fitting.

My curiosity was tickled by this paper:
https://www.researchgate.net/publicatio ... plications

Happy reading.
Regards.
CVH

Re: Exploding Splines

Posted: Fri Aug 24, 2018 9:50 pm
by benjamindahl
👍

Re: Exploding Splines

Posted: Thu Jan 03, 2019 9:21 am
by benjamindahl
Starting into the new year I was just wondering if there has been any progress on this matter?

Re: Exploding Splines

Posted: Thu Jan 03, 2019 11:47 am
by andrew
No. Unfortunately, there are no plans to look into this anytime soon.