I'd like to ask a quick question regarding creating bounding box. the documentation shows there are 3 ways:
MBoundingBox ();
MBoundingBox ( const MBoundingBox & src );
MBoundingBox ( const MPoint &corner1, const MPoint &corner2 );
All of them seems useless to me, because I want a bounding box for my selected objects, not an empty one, or a copy of another bounding box, or from 2 corner points.
Thanks!