Skip to content

vtkCell3D::Clip: Keep cell when all points are inside

The vtkCell3D::Clip function used to triangulate the cell when all points were inside. This is not the case anymore. The cell is now kept as is.

This MR resolves paraview/paraview#22300 (closed).

Edited by Spiros Tsalikis

Merge request reports