AutoCad lisp & Excel
AutoCad lisp & Excel
(OP)
Does anyone know how to write a lisp file that will use data from Excel to draw something.
I want to enter coordinates of points in Excel, and to create lisp file which will use these coordinates to draw lines, circles etc..
Thanks in advance.
I want to enter coordinates of points in Excel, and to create lisp file which will use these coordinates to draw lines, circles etc..
Thanks in advance.





RE: AutoCad lisp & Excel
why don't you use the script command?
h
Lothar
ADT 2004
RE: AutoCad lisp & Excel
Thanks
RE: AutoCad lisp & Excel
RE: AutoCad lisp & Excel
I am not familiar with lisp. But give us an example of your data. Is it like 3 point coords..?
ADT 2004
RE: AutoCad lisp & Excel
So, I want to enter vertex coordinates of rectangle and coordinates of holes in excel, and to make lisp to use it when I give him command "LINE" or "Circle".
For start, it would be great if I could just draw a simple rectangle using point coordinates from excel.
RE: AutoCad lisp & Excel
thread555-102043: Plotting Lines from an Excel table in AutoCAD
thread555-114803: Using CAD and Excel together
RE: AutoCad lisp & Excel
http