Passing Coordinate list to Pline Command

I have a routine that reads a coordinate file (y,x) and pass it to PLINE command. The outcome is a pline. It works fine on ver7. On Ver 10, it draws the list as a group of plines, rather than one pline. The list built is of the form : ((206369.0 631680.0) (206372.0 631672.0) (206373.0 631664.0) (206374.0 631653.0) (206376.0 631646.0)). The relevant line in the lisp routine is : (command "pline" list)

As I mentioned, it work nicely on Ver 7.

Anybody ?

Comments

  • There is a problem in V10.3.12 with the polyline command, when it is ended by pressing escape, the segments are created as separate polylines. This will be fixed in V10.3.13, which will be released soon.

  • Thanks. I've spent most of the day looking for a solution. I should have tried the forum first.

This discussion has been closed.