Move an object relative to ANOTHER object

So I see how it’s possible to use @ to move an object relative to where it is currently, but is it possible to move an object to a point relative to ANOTHER object?

For example: I want to move a circle from its centerpoint to a point x+1 from the end of another line.

What I would currently do would be to first move the circle to the end of the line, and then in a second command move the circle to the x+1 location.

Is it possible to do this in one command, though?

Hi Tor0305,

the osnap from could help. After setting the from point type relative coordinates like R1,0

Cheers

Michael
www.flexiCAD.com

1 Like

Oh my god thank you, that’s been driving me nuts for weeks.

Best,

Tor