cadamrao Posted April 13, 2010 Posted April 13, 2010 Hi friends Is there any command works in AutoCAD 2008 for placing coordinates X, Y and Z at coordinate points? amr Quote
ReMark Posted April 13, 2010 Posted April 13, 2010 I don't believe so but you could probably find a custom lisp routine that would do it. Quote
ReMark Posted April 13, 2010 Posted April 13, 2010 I found a lisp routine written by Ralph Grabowski if you're interested. The routine prompts the user for the "precision" (values from 0-8 are acceptable) but the height of the text is hard-coded in. You'd have to change this. I'm sure one of the Lisp gurus here could improve upon it but it's a start. The routine will write the X, Y and Z coordinates next to the point that is picked on a single line. Quote
WtaDude0822 Posted April 20, 2010 Posted April 20, 2010 Have you tried using ordinate dimensions? Quote
ReMark Posted April 20, 2010 Posted April 20, 2010 Can't say that I've ever heard of that method. Could you provide some detail? Thanks. Quote
WtaDude0822 Posted April 20, 2010 Posted April 20, 2010 Actually this will only work for X and Y coordinates...you make a new dim style (X ord for example), modify it, and go to the "preliminary units" tab...in the prefix field, put X . Type dimord at the command prompt and pick your point. There's your X coordinate. Now create another style for your Y coordinate. Quote
alanjt Posted April 20, 2010 Posted April 20, 2010 Here's a couple I did a while back (uses Fields)... eg. Here's a crappy how-to video I did for an example of them... CoordLabels.dwg Quote
ReMark Posted April 20, 2010 Posted April 20, 2010 The OP specifically requested the X, Y and Z coordinates. I did find a Lisp routine but the OP never got back to me. Quote
alanjt Posted April 20, 2010 Posted April 20, 2010 The OP specifically requested the X, Y and Z coordinates. I did find a Lisp routine but the OP never got back to me. Those blocks could easily be converted to XYZ, I just needed them in North/East/Elev format and the video shows how to make them (in XYZ form). I just noticed that he has yet to respond. For additional information, here's a related thread. 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.