this post was submitted on 11 Jul 2023
3 points (100.0% liked)

FreeCAD

808 readers
1 users here now

Your own 3D parametric modeler.

www.freecadweb.org

FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.

founded 2 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

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.