
How to make 2 slots have same sizes? Equal constraint doesn't work
I have 2 slots, I want to make these two have the same length (the 20mm) so that if I resize one the other is resized too. I also want them to do this for the radius and all other properties.
Another problem I have is that I'd like to have both slots aligned vertically to the center of the rectangle (50mm/2) but I can't find a way to do that. If I use the symmetric constraint on the top 2 edges and the top radius of the top slot then the radius is attached to the top line of the rectangle (in the middle), but I want it to be 10mm away from it, not on the line itself.
I wanna make the top and bottom slots both 10mm away from the top and bottom lines of the rectangle, but how to enforce that? I don't wanna hardcode every single number when it's symmetrical
Edit: this is how I can do it, but there's many duplicate things, how to not do this? I watched many videos on constraints but I feel dumb as hell not figuring it out. I would like for some distances to be dynamic, for example if I increase width from 50mm to 60mm the slots should be 30mm away from the edge horizontally not 25mm as it's hardcoded now