fel88 / DeepNestPort

DeepNest C# Port
MIT License
79 stars 35 forks source link

Accepting DXF as input #10

Closed Mazraq closed 3 years ago

Mazraq commented 4 years ago

is it possible to add DXF as input?

fel88 commented 4 years ago

Please check forks (e.g. https://github.com/Daniel-t-1/DeepNestPort), the problem is probably already solved there.

tgckrks commented 3 years ago

We already use this fork (https://github.com/Daniel-t-1/DeepNestPort), but still we couldn't import and export dxf files. When we examined this code, we saw the dxf export code that is not completed and we couldn't find the dxf import code. Do you have fully completed code. If there is, could you please share with us?

fel88 commented 3 years ago

I'll add dxf support in a few days.

tgckrks commented 3 years ago

Thank you for attention, I will be waiting. I would be very glad, if you upload dxf support.

fel88 commented 3 years ago

Please check the latest commit. Maybe it will be enough for you purposes.

tgckrks commented 3 years ago

Yes, we check the latest commit and added DXF as inputs. However, the system does not work when import different dxf files to the system. Please, could you share dxf files if you have a code or application that can import dxf files ?

fel88 commented 3 years ago

Release.zip dxf files in 'dxfs' folder load detail -> run nesting Result: image

tgckrks commented 3 years ago

Yes it is work for your DeepNestPort application. I've designed a decision support system like yours. In this decision support system, your dxf file samples are not import. Actually, all libraries added. Can you help me if I send you my decision support system?

fel88 commented 3 years ago

I can take a look.

9swampy commented 3 years ago

I've just been looking at the SvgParser load code but couldn't get it to work; then found it doesn't seem to be wired up to the UI at all. Before DXF import was possible was SVG import working/should it be working now?

fel88 commented 3 years ago

Now it should work as before (Input tab -> load detail)