Author Topic: Draw polyline from polyinfo data  (Read 1246 times)

0 Members and 1 Guest are viewing this topic.

zasanil

  • Guest
Draw polyline from polyinfo data
« on: May 24, 2016, 10:11:15 PM »
Hopefully this is a simple request. I am looking for a lisp to redraw or recreate a polyline based off of the data generated by Lee Mac's polyinfo program found here http://www.lee-mac.com/polyinfo.html
If I run the polyinfo program and output the data to a file, I would like to be able to read that data back in and create a new polyline.
Thanks!

Lee Mac

  • Seagull
  • Posts: 12906
  • London, England
Re: Draw polyline from polyinfo data
« Reply #1 on: May 25, 2016, 03:46:40 AM »
Certainly possible - which file format are you exporting the data to?

zasanil

  • Guest
Re: Draw polyline from polyinfo data
« Reply #2 on: May 25, 2016, 10:29:23 AM »
When I run the command I have the option set to output to a txt file. I can use which ever is easier to code though, so any would work!