I'm trying to use the height of a group's bounding box to move it down one position. However, the height is greater then the height of any of the object's with in the group.
I have a 4 groups lined up vertically and want to be able to switch the order. I am trying to do that by the height of the bounding box. If it is moved down the list then I change the y position as follows:
PosY = PosY - bounding box height.
however, in my case, the maximum height of any object in the group is 30 (and all of the pivots are lined up and the y values are all 0) but the height shows as 61, 91, etc for the bounding boxes.
What sets the height of the bounding box for a group?