Jump to content

Recommended Posts

Posted

Dear Sir,

 

I have a data x. y. z coordinate in *.xls format; want to plot in AutoCad as a point, & then genrate contours. please help how to do it.

 

Regards

Dhananjay.

Posted

Easiest way would to make a script. Take your excel file and change it to a .csv then change the extension to .scr open it as a text file and change it a little bit so it ends up looking like this:

 

point 0,0,0

point 1,1,1

point 2,2,2

line

0,0,0

1,1,1

2,2,2

Posted

Then of course typing "scr" at the command line and choosing it from your file location.

Posted

Also, I never used this, but Lee-Mac has a program for this as well. Here

Posted
Also, I never used this, but Lee-Mac has a program for this as well. Here

 

Thanks for the recommendation CB - the OP will need to save his XLS to a CSV first :thumbsup:

Posted (edited)

Most important part guys Autocad can not create contours ! There is no option in plain Autocad.

 

You do though have lots of choices, Autocad CIV3D bring in points as csv and then contour, use a 3rd party product, search here using "CONTOURS" pretty sure YMG3 can help with a contour routine.

 

Found it http://www.cadtutor.net/forum/showthread.php?86040-lisp-to-generate-contour-from-xyz&highlight=contours

Edited by BIGAL
Posted

Thank you for the recommendation BIGAL.

 

dhanan,

 

For getting the points Lee's program will do it for csv.

Jeffrey Sanders has one for xls file IMPORTXYZ.html

 

For contours, you will need first to triangulate your points, then generate the contours.

 

Here is a link to the last revision of my program:TriangV6.4.0.lsp

 

With it, once your point have been imported on screen, you issue command TIN and a DCL will appear

to let you do the triangulation and contours.

 

ymg

  • 3 months later...
Posted

When i reach your link ,how can i download your lisp TriangV6.4.0.lsp ?

thanks!

Posted
When i reach your link ,how can i download your lisp TriangV6.4.0.lsp ?

thanks!

 

You will need membership at The Swamp in order to view & download attachments.

Posted

smileforrest,

 

Latest published version would be Triang V0.6.5.1.lsp at TheSwamp.

 

This version has depression contour processing added.

 

As Lee stated, you need to register there in order to download.

 

ymg

Posted

when I register I should answer " last name of the CEO of autodesk" ,can u or anyone else give a help?

Here I can't get in google. Thanks a lot.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...