How to create VTK_TETRA using vtk.js celltypes

AFAIK tetra celltypes are not supported in vtk.js at the moment. You’ll have to manually construct the tetrahedrons using triangles.

Thank you I think I didn’t find the right way.