I am trying to automatically export mesh files in different sizes.
So for example I have a grid with center coordinates (in coordinate system 21781) and generate the dense cloud with a bounding box size of 1 km.
How could I get the center coordinates of the current bounding box, set the size of the bounding box to 500 meter, generate a new mesh, export this mesh and do the same thing again with 250 meters?
Basically I have all the parts except how I can get the center coordinates from the current bounding box.