[AutoCAD Tips] Draw Polyline from Coordinates in Excel
This post will show how to draw polyline in AutoCAD from coordinates in Excel. In case you have coordinates data provided like this:
1 2 3 4 5 6 7 8 9 |
----------- | X | Y | ----------- | 12 | 16 | | 20 | 21 | | 29 | 35 | | 31 | 40 | | 50 | 67 | ----------- |
Before convert the coordinates into Polyline in AutoCAD, first copy the data to Excel. Then follow...