replicad icon indicating copy to clipboard operation
replicad copied to clipboard

Interpolate curves

Open maelp opened this issue 2 years ago • 1 comments

Side question: I see there are a lot of approximation /interpolation code in lib2d to represent all kinds of curves, would it be possible using this code to load a DXF file, and represent the corresponding curve as an regularly-interpolated polygon? This could be useful to me

maelp avatar Oct 16 '23 22:10 maelp

It might be possible to do it - the issue I had is that DXF only has a notion of line and no real notion of surface. I have been working on a separated library for 2d stuff only (pantograph, you can find it in my github) that should be able to do it (but I won't have anything to touch it before next year)!

sgenoud avatar Oct 18 '23 10:10 sgenoud