contentBounds
Provides the bounding 3D box that contains all the points within the cell. If the points
collection is empty, it returns an empty box. Otherwise, it calculates the bounding box based on the minimum and maximum coordinates of the stored points (xMin
, xMax
, yMin
, yMax
, zMin
, zMax
).