Author Topic: 2d Spline through Many X y Points  (Read 1311 times)

0 Members and 1 Guest are viewing this topic.

SDETERS

  • Guest
2d Spline through Many X y Points
« on: February 20, 2009, 03:58:58 PM »
I have an Excel sheet that has about two hundred x y coordinates

What is the best way to import the x,y coordinates into Autocad and draw a Spline through them points?

I did a search I did not find any thing on this   Please point me in the correct direction if this has been visited before

Thanks

Shane.

FengK

  • Guest
Re: 2d Spline through Many X y Points
« Reply #1 on: February 20, 2009, 06:05:36 PM »
similar questions (if not exactly the same) must have been asked before. i suppose in your excel sheet, each line has one point? you can save the excel file as a .csv file, then you can read its content with lisp to get a list of points. do you know a little bit of lisp? if so, this should be helpful.
« Last Edit: February 20, 2009, 06:29:58 PM by xycadd »

wannabe

  • Guest
Re: 2d Spline through Many X y Points
« Reply #2 on: February 21, 2009, 08:39:12 AM »
Try looking at scripts first, if you're not too well up on LISP. It may be a shorter process in many respects.