Skip to content

vtkProbeLine: tolerance was not being passed to vtkPProbeFilter

The tolerance parameter needs to be passed to vtkPProbeFilter so the filter doesn't glitch like on the example shared here: https://discourse.paraview.org/t/plot-over-line-bug-in-5-10rc1/8382/7

However, in the case of SEGMENT_AT_CELL_BOUNDARIES, tolerance needs to be disabled back as there can be conflict between the tolerance definition of vtkPProbeFilter and the one of vtkProbeLine

Merge request reports