You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
287 B
Markdown
8 lines
287 B
Markdown
# 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)
|