Page 1 of 1
Draw X & Y Coordinates from file
Posted: Thu Oct 26, 2000 1:40 pm
by DSTILL@MEDIAONE.NET
Does anyone know a way to automatically take X & Y coordinates that are in a text file and draw those points connected by a polyline?
Posted: Thu Oct 26, 2000 2:59 pm
by mjsmyth
You need to create a script file that invokes the line command and then list the points there after, something like this....
line
0,0
100,0
0,100
50,45
You need to finish off your list of co-ordinates with acouple of returns for icad to know to stop the script.
Remember to save this as a file with a .scr extension and then go to tools -> run script
I hope this answers your question.
Regards,
Michael Smyth
Registry Key
Posted: Sun Nov 19, 2000 1:06 pm
by JohnF
Has the source code been modified to provide a unique CMS registry key for the free download version of ICAD?
Regards
John Finlay
Answering my own question (nothing like talking to oneself) CMS are still using Visio as the registry key. I remember someone on this forum advising CMS to alter this and CMD thought it was a good idea.
CMS have been tardy.
[This message has been edited by JohnF (edited 12-08-2000).]
[This message has been edited by JohnF (edited 12-08-2000).]