QUESTION ON AUTOCAD
25-Apr-88 11:32:24
Sb: #22146-QUESTION ON AUTOCAD
Fm: Training [ADESK] 73417,2235
To: RICHARD ORTH 72767,2014
Richard —
If you need to move something in the drawing from one location to
another, the MOVE command should do the trick. For example, say that you
want to move some objects 10 units in a positive X direction and 5 units
in a positive Y direction, relative to their current position:
..
Command: MOVE <cr>
Select objects: <make a selection set>
Select objects: <cr>
Base point or displacement: <pick some point with the cursor>
Second point of displacement: @10,5 <cr>
..
The <cr>s stand for the carriage return or ENTER key. Does this
help?
— Brad
..