From 6a34899331909eb776f8c541271a19ca174e67e3 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 13 Feb 2018 08:56:08 +1100 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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)