How do I use real world coordinates instead of coordinates from the last point?

How do I use real world coordinates instead of coordinates from the last point?

Anonymous
Not applicable
3,363 Views
4 Replies
Message 1 of 5

How do I use real world coordinates instead of coordinates from the last point?

Anonymous
Not applicable

I am going to attempt to explain this to the best of my ability. Let's say I start my drawing with the coordinate (0, 5) from the origin (0, 0). This is technically a real world dimension as the line is 5 units from the origin and does not ascend or descend at all.

 

I now want my next line to go up 2 units and over 2 units. Instead of typing the coordinate (2, 2) based on the previous point, how do I plot the next point using a real world coordinate system which is based upon the origin (0, 0). The coordinates of this point in a real world coordinate system would be (7, 2).

0 Likes
3,364 Views
4 Replies
Replies (4)
Message 2 of 5

ВeekeeCZ
Consultant
Consultant

These are real basics. If you have a dynamic input on (as default), start learning without it - F12 on/off.

Then look HERE  to help.

 

Then turn on dynamic input (this icon or F12 toggle on/off), right click on this icon to get to the setting, and see what possibilities it offers.

Z9E3zK5E_0-1629874811025.png

 

0 Likes
Message 3 of 5

j.palmeL29YX
Mentor
Mentor

@ВeekeeCZ wrote:

 dynamic input on (as default), start learning without it 

 


... or use it the right way as shown >>here<<. (Type at first the "#", that forces to interpret the following values as absolute coordinates). 

 

 

 

Jürgen Palme
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

Message 4 of 5

Valentin_CAD
Mentor
Mentor

@Anonymous ,

 

Welcome to the AutoCAD forum.

 

Absolute coordinates are based on the UCS origin (0,0) - (uses the # symbol), were

Relative Coordinates are based on the last point entered - (uses the @ symbol). 

 

Consider looking at the Drafting settings > Pointer Input Setting and reading about it on this link:

ValentinWSP_0-1629888134730.png

 



Select the "Mark as Solution" if my post solves your issue or answers your question.

Seleccione "Marcar como solución" si mi publicación resuelve o responde a su pregunta.


Emilio Valentin

0 Likes
Message 5 of 5

sarafernandezsmith
Community Visitor
Community Visitor

Shouldn't your answer be (2,7)? If you started at (0,5) and plotted (2,2) from there, answer is (0+2,5+2)?