if i do this at several locations of my code:
BoundingBox bbox = mesh.GetBoundingBox(true);
will the BoundingBox be re-evalutated each time ?
or does Geometry cache it s BoundingBox once it was questioned ? (and only update it on geometry changes )
Is the behaviour different for Curve, …, Mesh, Surface, Brep ?