I populated boxes into a rack and am trying to extract the x, y, and z coordinates of any box in reference to the model. I have been clicking on the box I want the coordinates from, designating it as "so" and using the function so.as(Object).location.x, but the return value has been the incorrect x-coordinate from what the true location is of the box. Is there a way to do this where I can return the correct x-Coordinate in reference to the model?