Increase asset size

Hi,

I would like to know if it is possible to change the size of an asset in one direction only, following an event (e.g. when changing an option in a html select).
For example, anchoring the base of a box to the coordinates (0, 0, 0) and increasing its height from the top.

Thanks

One way to do this is to create a parent entity at the base of another entity and then scaling that parent in the vertical axis. Like this:

Thanks Will, this method works perfectly!
I have another doubt related to changing the dimensions of the asset: instead of changing the scale parameter, is it possible to intervene on the “real” height of the object? Specifically, assuming the cube has a height of 1.5 meters, how can I set the height to 1.8 meters? I saw the “BoundingBox” property, but I don’t know if I’m looking at the right parameter…

Thank you again