Jump to content

Recommended Posts

Posted

  1. In autocad 8, how could I get the XYZ coodinates of a point, on the drawing. With ID or list command it is possible to get the coordinates of a point, but they would not appear on the drawing the way dimensions do.

Posted

You could use a custom lisp routine. That would be one option.

Posted

If you create an Mtext. and insert a field in the right click menu to specify the object and location it will display the coordinates, per SLW210's suggestion.

You probably want to set a DDPTYPE for you point first, so you can see it, as I have.

set a DDPTYPE first.JPG

Posted

Can it be set up to display Northing and Easting? Example: N202,456.73, E67,339.01

Posted

I am clueless as regards northing and easting, but if you assign geographic values to your drawing you could get it to display longitude and lattitude.

 

I made a simple Mtext, and couldn't get it to display better than this, but with a multiline text you could.

theoretically.JPG

Posted

Many state plane coordinate systems utilize northings and eastings not latitude and longitude. I was just curious. In my job I seldom encounter these types of situations and if I do I use a custom lisp routine that adds the "N" and the "E" designations to the front of the coordinate.

Posted

Once you get into Mtext with fields, don't be too greedy and get the position x, y and z all in one go. Format as desired. These are based on the Insertion Point (Top Left)

CoordsInMtext.jpg

Posted (edited)

eldon is on a tear today. He's just knocking these babies out of the ballpark.:lol:

 

Unnecessary

Edited by SLW210
Posted
Many state plane coordinate systems utilize northings and eastings not latitude and longitude. I was just curious. In my job I seldom encounter these types of situations and if I do I use a custom lisp routine that adds the "N" and the "E" designations to the front of the coordinate.

 

How about creating a block to display it and insert the blocks where you need the text/labels. :)

http://www.lazydrafter.com/autocad-tips/create-a-northing-easting-block-with-fields

Posted
Once you get into Mtext with fields, don't be too greedy and get the position x, y and z all in one go. Format as desired. These are based on the Insertion Point (Top Left)

 

......couldn't get it to display better than this, but with a multiline text you could.

 

That's more to the point Eldon, nicely done.

The first one I did was directed to the OP's inquiry, this plays beautifully to the Northing & Easting question. :beer:

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...