amareslam Posted December 18, 2012 Posted December 18, 2012 hi , i create txt file with point coordinates (x , y) , how i can to import this file and program will draw a line ?coordinates.txt Quote
SLW210 Posted December 18, 2012 Posted December 18, 2012 You will need to use a Script. Plenty of examples on CADTutor. Use search function. Quote
eldon Posted December 18, 2012 Posted December 18, 2012 You probably do not even need a script. First of all format your coordinate file so that there are no spaces between numbers, and no odd tabs outside the text, and keep that file open (using Notepad or Wordpad). 1569.0995,1443.7471 1500.6247,1454.0031 1302.0477,1491.6086 1161.6744,1517.8185 1093.1996,1530.3537 Start the "Line" command, and when the command line wants the first point, highlight and copy all your points from the text file, and then paste into the command line. The line is drawn Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.