Is there a way to hide specific cells in vtk.js?
Something like scalar celldata with a specific value don’t get rendered.
Already tried assigning alpha value to a LUT or hiding specific points with ThresholdPoints and trying to map the filtered cells with the original cells, but sadly didn’t get my desired results.
Sorry for the late answer, but I don’t find vtkTableBasedClipDataSet in the vtk.js docs or in the GitHub repo. Sadly the data I get from the server isn’t created with vtk C++ so I have to rely on vtk.js