rockverse.voxel_image.VoxelImage.bounding_box#

property VoxelImage.bounding_box#

Image bounding box in voxel units.

Returns the image bounding box, defined by the minimum and maximum voxel coordinates in each spatial direction (x, y, z). The bounding box is calculated based on the voxel origins and lengths.

Returns:

A tuple containing two tuples: ((xmin, ymin, zmin), (xmax, ymax, zmax)), namely the minimum and maximum coordinates in the x, y, and z directions.

Return type:

tuple