Skip to content

Enable vtkTableBasedClipDataSet to generate clipped output.

T.J. Corona requested to merge tjcorona/vtk:table-based-clipped-output into master

This commit is in reference to issue #15663 (closed). vtkTableBasedClipDataSet has methods for enabling a secondary output of clipped data, but the implementation did not exist. This commit facilitates the output of clipped data upon request by simply toggling the InsideOut field and running the filter again.

Merge request reports