X-Y chart in AutoCad R14
X-Y chart in AutoCad R14
(OP)
Is there any way to automatically put hole locations in an X-Y chart. Right now I have to set my 0,0 then list the hole, then enter the X-Y values manually. This could lead to wrong numbers





RE: X-Y chart in AutoCad R14
It can be done by LISP or by Script.
Script is simple , just type in yuour notepad the sam way you type on your keyboard.
circle
0,0
50
circle
200,200
50
save it as drawingcircles.scr
at ACAD command line type SCRIPT , open your drawingcircles.scr
Hope it help
Pardal
RE: X-Y chart in AutoCad R14