Currently, if I want to set a part to a precise Size, I have to make manual calculations.
For example, I have a part with the current size (2, 1.152, 3)
.
I want to change the X
axis to 2.4
.
So I have to manually calculate Y
(and Z
) manually with a rule of three: Y = 2.4 x 1.152 / 2 = 1.3824
.
Is there a way to automate this?