Is there a quick way to move an object to an exact distance from another object. Say I have 2 squares I want 10mm apart but I don’t know the distance between them. You can resize something using scale 1d where you pick 2 points then enter a length, is there something as easy for move.
Hi Mark,
Yes, there is a way to do exactly what you want.
First use _move command and pick the reference point. Then type _from (but do not exit the _move command) and pick the point you want 10mm to move from it. Finally type the distance you want to move away ( 10mm in your example) and click the direction to finish the command.
You could use the “From” one shot object snap… Move, select point on the object to move, call “From” or use the osnap toolbar icon, click on the target point on the target object, type in the distance (I used Ortho to make it horizontal) and left click to finish the move.
With the “From” osnap, you can also use a relative xy(z) displacement, by typing “rx,y(,z)” instead of a single number for distance.
Thanks _From works well. With smart track it gets a bit frustrating, it easy to move something towards another object but moving away seems to create more smart points and it ends up moving from a mid point between the point you pick and the first smart point.