Skip to content

Probe line filter

This filter aims to be used in ParaView to replace the Plot Over Line filter. It proposes to probe points along a line following different strategies:

  • SAMPLE_LINE_AT_CELL_BOUNDARIES probes points at the intersection between the line and the cells of the input data set. Those points are duplicated to probe both cells at the interface.
  • SAMPLE_LINE_AT_SEGMENT_CENTERS probes points at the center of each segment formed by the probed points of SAMPLE_LINE_AT_CELL_BOUNDARIES version.
  • SAMPLE_LINE_UNIFORMLY samples points uniformly in the line.

Addresses paraview/paraview#20121 (closed)

Edited by Yohann Bearzi (Kitware)

Merge request reports