Box with defined Volume

Hi guys,
It is probably very simple but I need your help. I want to design a box with a specific volume. I know the height of it but its width and length are variable.


My guesses are to use expression but I’m not sure exactly to construct it.

Hi Helena,

You need to divide the volume by the height to get the base surface area, then divide that by one length to get the other.


BoxOfVolume.gh (16.6 KB)

HTH
Jeremy

2 Likes

Or take the square root of the base surface area to get both.

1 Like

Use domain box

2 Likes

Thank you for all the suggestions : )

Yes, this is better if you specifically want a square base.

is there a way in which i can create an offset surface of the base ?

Yes, use the Offset component:

1 Like