Greetings, I have a part that the length and width have been fully defined. I am currently missing the thickness that will get my part to an exact weight of 4.375Lbs. Is there a function I can use in the Boss Extrude command to get my part to be exactaly the weight I need it to be?
mass = density * volume
volume = area * length
for rectangles: area = height * width
mass = density * length * width * height
--> length = mass / (density * width * height)