rustysilo Posted December 4, 2009 Posted December 4, 2009 Regular AutoCAD or a Civil product (ie - land desktop or civil 3d)??? Quote
rustysilo Posted December 4, 2009 Posted December 4, 2009 Maybe ImportXYZ is what you need? You might also try SiteTopo to open the file and then export the points as a dxf. Quote
murtazachd Posted November 23, 2010 Posted November 23, 2010 Hi Pleae i want to draw a L.Section(profile) i need lisp to get data from Excel and draw a profile with grid and lables Quote
KARNOLD Posted November 30, 2010 Posted November 30, 2010 This is the first lisp I have ever used and I am getting an error message error: bad character read (octal): 0. I was able to successfully run the lisp in one drawing and now am trying to run again in another drawing with no luck. Any help would be appreciated. Quote
tallsam Posted March 26, 2014 Posted March 26, 2014 SelimSorry, the routine exports AutoCAD points (created with the POINT command). Let's try again. Enter in the command line: (entget (car (entsel))) press enter and pick a ... "point". Press F2 to see the text screen and copy-paste here the result. Thanks fuccaro. Really useful. I had a bunch of blocks I wanted to extract the locations of. I clicked the center of each one as a point and your lisp routine worked for me. It took me just as long as manually doing it but now I have a quicker method for next time and I learnt something. Thanks! Quote
Recommended Posts
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.