diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ea2c98 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# dxf-to-csv # + +dxf-to-csv is a tool to extract coordinates from CAD drawings. + +AutoCAD offers the `LIST` command, which shows the geometry of selected objects, but this approach is no practical when dealing with a large number of objects. + +![AutoCAD list command](doc/autocad-list.png)