What would be the best way to import a 2D DXF file in MakerJS #573
Mael (maelp)
started this conversation in
General
Replies: 1 comment
|
Hello, MakerJs doesn't have DXF import. There are a few on npm: https://www.npmjs.com/search?q=dxf |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need to convert a DXF file containing elements to a polygon, using either the "outlining" function of MakerJS or the "toPoints" method to sample points regularly,
what would be the best way to do this?
Thank you
All reactions