Where to find width, depth, height in a mesh once you CreateBox?

Hi @aleksandrvin

2 possibilities: you keep a variable that hold the height value you used when calling CreateBox
Or you retrieve its bounding box value and deduce its height.

5 Likes