I have the following:
I want the center rectangle to be concentric with the outer rectangle (the separation of each edge should be equal). What’s the best way to do this?
You must log in or register to comment.
Should the horizontal and vertical edges have the same separation?
Add construction lines connecting rectangle A’s top right corner and rectangle B’s top right corner, repeat for each corner, constrain the 4 lines to be equal in length.
I’d do either 45 degree lines of equal length on 2 corners with the same length, or 2 boxes with equal lengths.
It depends on what method would be easiest for you to implement and what your using to determine the distance between the rectangles.