Not applicable
12-26-2016
01:50 PM
Hi,
I have a large number of pairs of points. I want to draw a line segment between points in each pair. All coordinates are absolute coordinates. My script looks like the following:
line x1,y1 x2,y2
line x3,y3 x4, y4
and so on...
Each line ends with a space.
The coordinates were generated using a Matlab script and when lines are plotted in Matlab, I get the correct figure (a hexagonal lattice). However, in AutoCAD, I get broken lines around the boundary. I have already tried changing DYNPICOORDS to 1. Would be very grateful if someone can help me out.
Thanks.
Solved! Go to Solution.
Link copied