Skip to content

Fix and test triangulate for VTK_PENTAGONAL_PRISM and VTK_HEXAGONAL_PRISM

Florian Maurin requested to merge florian360/vtk:FixTriangulatePrism into master
  • Implement Triangulate function for vtkHexagonalPrism and vtkPentagonalPrism
  • Add VTK_PENTAGONAL_PRISM and VTK_HEXAGONAL_PRISM to vtkCellTypeSource
  • This allow to add these two cell types to the test CellSizeFilter2, that test that the volume of a 1x1x1 block is 1. (the cell size filter use the Triangulate function to compute the volume

Fix #16846 (closed)

Edited by Florian Maurin

Merge request reports