DXF Import In Octave

Nothing fancy, but I programmed a tool to import DXFs into GNU octave. Should be simple enough to convert to MATLAB, if necessary.

Mainly I did it in order to integrate some of the work I do in KiCAD to Octave, but who knows in the future.

It’s part of a larger project I’m working on, found here. Feel free to sync it, and use the test_import_dxf.m script. It’s not the fastest and definitely not the prettiest, but it’s working. You do need the ‘geometry’ package installed and loaded in order for this to work.

Enjoy!

Leave a Reply

Your email address will not be published. Required fields are marked *