I’ve been trying to reproduce the example polyhedral cell from here: https://examples.vtk.org/site/Python/GeometricObjects/PolyhedronAndHexahedron/
Instead of rendering to screen I am dumping the scene to a .vtu file. When I load the file in Paraview (5.13.2), I don’t see the polyhedra. I checked against PyVista, where everything seems to working correctly. However, if I change the writer to the VTK legacy format, the polyhedra will render. I have attached both files:
output.vtk (400 Bytes)
output.vtu (2.1 KB)
Here is a crude Jupyter notebook as well:
check_with_pyvista.ipynb (5.8 KB)
Thoughts? (Running on Mac BTW)