Hi,
I'm trying to get the width, height and center of a rectangle face. Since the BoundingBox implements all those properties, I started with that. However, in my tests I sometimes need to switch
bounds.height
with
bounds.depth
, since it somehow the box is rotated weirdly (more like I haven't recognized a pattern yet).
Is there a better way than using the edges/vertices of that face to manually calculate those values?