It is because you exported a vtkUnstructuredGrid. Glance (and VTK.js under the hood) can only support vtkPolyData (surface meshes).
You would need to use a vtkGeometryFilter
to extract the outer surface of your mesh.
HTH
It is because you exported a vtkUnstructuredGrid. Glance (and VTK.js under the hood) can only support vtkPolyData (surface meshes).
You would need to use a vtkGeometryFilter
to extract the outer surface of your mesh.
HTH