Skip to content

Update the output coordinates for the clip filter.

The clip worklet will change the number of points in the result set by adding points at the clip boundaries. The filter was updating the clipped scalar array to reflect the new points, but not the actual coordinate array.

This patch will cause the clip filter's result dataset to contain the correct number of points and no longer automatically map the scalar array onto the output, since this is easily done via the filter API.

Merge request reports