I need to visualize .vtu file in react using vtk.js,

does vtkXmlReader supports that feature, i have tried but it showed error, But for web vtkxmlunstructureGrid is not available, without using vtk-wasm is there any other way to do it… If possible can you please suggest that.

1 Like

VTK.js does not support unstructured grid.

You can consider VTK.wasm instead. (or create your own reader and extract the surface out of).