Hi!

The problem is, that Models everytime use only the half
of there "real" bounding-box. Maybe you can solve it,
if you give the Table an action:
Code:
 
action lab_table {
my.max_x *= 2;
my.max_y *= 2;
my.max_z *= 2;
}



I hope it works!