Kitware/paraviewweb

Hover Points/Cells On Function

Opened this issue · 1 comments

Hello everyone!
There is Hover Points/Cells On Function In the Qt version paraview and it's very useful.
image
I am developing an application base on paraviewweb and visualizer and I want to import this function. Does anyone know how to do that?

Yes that is possible. You need to implement the selection on the server side and send back to the client the info that you get from that selection along with pushing picking action on mouse move.