Hi,<div><br></div><div>I&#39;m getting incorrect results from probe location as the tolerance seems to be very lenient.  My datasets are multiblock containing volumes and surfaces.  The point probe is matching the surfaces as well as the volume when the point is quite far away the surface (and confusing my users!)</div>
<div><br></div><div>You can see how high the tolerance is by creating a Wavelet source (all default values) and then using the &quot;ProbeLocation&quot; filter at point (10.9, 0, 0)  - this is quite far out of the volume but it still returns a valid match.</div>
<div><br></div><div>I&#39;ve looked in vtkProbeFilter (vtkProbeFilter::ProbeEmptyPoints) and notice that the tolerance is set to:</div><div><br></div><div>    diagonal_length_squared / 1000</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<br></div><div>Could we change this to?:</div><div><br></div><div>   diagonal_length_squared / 1000000</div><div><br></div><div>Thanks,<br>Paul</div>