how can i find a point using northing/easting?

how can i find a point using northing/easting?

cadman33619
Advocate Advocate
50,963 Views
9 Replies
Message 1 of 10

how can i find a point using northing/easting?

cadman33619
Advocate
Advocate

hi,

 

i have the fillowing norting/easting:

257,414.80

232,947.60

 

how can i enter that into autocad (2010) and find its location?

 

thanks

0 Likes
Accepted solutions (1)
50,964 Views
9 Replies
Replies (9)
Message 2 of 10

Anonymous
Not applicable

You could probably just draw a line to it or a circle at the coordinate values by typing in EEEEE.EE, NNNNN.NN

 

There may be a more eloquent solution, however.

 

 

0 Likes
Message 3 of 10

Anonymous
Not applicable

You could also insert a block there...

 

for example make a circle, block it with insertion at the center, then use the  INSERT command to insert the block. In the dialouge box type in your coords.

0 Likes
Message 4 of 10

Anonymous
Not applicable
Accepted solution

your northing and easting is "Y" and "X". autoCAD entry is X,Y (notice no spaces between coordinates and commas. if you hit the space bar, it's like 'enter' in CAD)

 

use the LINE command to draw a line from point 0,0 to 232947.60,257414.80 (YOUR POINT)

 

use the zoom extents command

 

assuming your drawing is not rotated and North is the top of the screen, YOUR POINT should be the upper right end of the line you just drew.

 

see data entry below...

 

Command: LINE
Specify first point: 0,0

Specify next point or [Undo]: 232947.60,257414.80

Specify next point or [Undo]:

Command: '_.zoom _e
Command: '_id Specify point:  X = 232947.60     Y = 257414.80     Z = 0.00

 

good luck~!

Message 5 of 10

sboon
Mentor
Mentor

The Zoom command also has an option to enter coordinates for the location to zoom to.

 

From the command line:

 

Command: z ZOOM
Specify corner of window, enter a scale factor (nX or nXP), or
[All/Center/Dynamic/Extents/Previous/Scale/Window/Object] <real time>: c
Specify center point: 442300,6273000
Enter magnification or height <123.166>: Enter or Space to accept current value

Steve
Expert Elite Alumnus
Message 6 of 10

cadman33619
Advocate
Advocate

that did the trick...

wasn't aware that it needed to be reversed.

 

thanks

Message 7 of 10

Anonymous
Not applicable

hw cn i find easting northing ccordinates

0 Likes
Message 8 of 10

wfberry
Mentor
Mentor

Follow your cross-hair coordinates at the bottom of the screen.

 

Bill

 

 

0 Likes
Message 9 of 10

AllenJessup
Mentor
Mentor

In what way other than the methods outlined above?

 

Allen

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 10 of 10

doni49
Mentor
Mentor

@Anonymous wrote:

hw cn i find easting northing ccordinates


If you want to know the exact cooridinates of a particular location (such as end point of a line), use an osnap along with the ID command.

 

Type in ID.  Acad will prompt you to select the location.  Select your location (using the appropriate OSNAP) and it'll show you something like this:

AcadIDResults.png



Don Ireland
Engineering Design Technician




If a reply solves your issue, please remember to click on "Accept as Solution". This will help other users looking to solve a similar issue. Thank you.


Please do not send a PM asking for assistance. That's what the forums are for. This allows everyone to benefit from the question asked and the answers given.

0 Likes