Skip to content

Support VTK_POLYHEDRON in vtkExtractCellsByType

In vtkExtractCellsByType, VTK_POLYHEDRON is not supported, so AddCellType(VTK_POLYHEDRON) and then Update() will cause the program to crash. This modification is based on the handling of VTK_POLYHEDRON in vtkAppendFilter.cxx, which requires a similar operation. Attach a vtu file containing Polyhedron for testing:cutcell.vtu

cc: @mwestphal

Merge request reports