Page 1 of 1

feature request: simplify contour (in cff cubic mode)

Posted: Thu Feb 23, 2023 3:32 am
by Hafonton

Re: feature request: simplify contour (in cff cubic mode)

Posted: Thu Feb 23, 2023 10:47 pm
by Erwin Denissen
It is sort of what Optimize Contours does, but that is very strict.

Maybe we can add another option, to Simplify Contours, next to the Optimize Contours button. Or maybe just replace it?

Re: feature request: simplify contour (in cff cubic mode)

Posted: Thu Feb 23, 2023 11:18 pm
by Hafonton
I almost never use the current "Optimize Contours" manually (I don't see how it helps me design contours really)
I don't know if other people may disagree with me, maybe some are using "Optimize Contours".
so its up to you if you want to replace it or add it as a different function,
either way it would be good it have it.

Is it simple to develop?

Re: feature request: simplify contour (in cff cubic mode)

Posted: Fri Feb 24, 2023 12:11 pm
by Erwin Denissen
Hafonton wrote: Thu Feb 23, 2023 11:18 pm Is it simple to develop?
It is changing one digit, so yes pretty easy to accomplish ;-)

Code: Select all

    procedure OptimizeContour(aTolerance: Double = 1);

-->

    procedure OptimizeContour(aTolerance: Double = 5);

Re: feature request: simplify contour (in cff cubic mode)

Posted: Fri Feb 24, 2023 1:09 pm
by Hafonton
Interesting!

Looking forward to try it