xyz coordinates in excel files to points in autocad
xyz coordinates in excel files to points in autocad
(OP)
How can i transform coordinates (xy or xyz) in excel files to points in auto cad??
Thanks
Thanks
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
xyz coordinates in excel files to points in autocad
|
RE: xyz coordinates in excel files to points in autocad
multiple
point
x1,y1,z1
x2,y2,z2
etc."
This was the answer I got for a similar post.
Alternatively, you can use a lisp routine (I have it, but just can't recall the name right now).
RE: xyz coordinates in excel files to points in autocad
"x,y" (ei. A1&","&B1).
Then copy (ctrl-c) the column.
Go to Acad and type pline.
Then paste (ctrl-v).
The program will run a pline using the points in the clipboard.
Very simple.