Dear support,
I am trying to interpolate a point cloud contained in the ZX axis (so the bounding box of the dataset is zero in the Y direction with Delta Y = 0) into a much more dense mesh using the snap to closest cell option, I don’t care if values are repeated for this application. I have tried to play with the tolerance to help the filter finding the point around each cell but I am having 1e-38 values in the faces that are contained in the ZX, XY or ZY. Then I am wondering if having a bounding box with zero volume causes issues when computing the points finding distance through the tolerance value (if that distance is computed proportionally to the cubic root of the bounding box volume, it will be always zero).
Could someone give more info about this method?