Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate curves #112

Open
maelp opened this issue Oct 16, 2023 · 1 comment
Open

Interpolate curves #112

maelp opened this issue Oct 16, 2023 · 1 comment

Comments

@maelp
Copy link

maelp commented Oct 16, 2023

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

@sgenoud
Copy link
Owner

sgenoud commented Oct 18, 2023

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)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants