Load point cloud data remotely using paraview python

Hi all, I am a newbie to paraview.
By following this example: https://github.com/Kitware/web-project-templates/tree/master/vue-vtkjs-pvw-template
I have reimplemented the example from Vuejs to React to show cone example (I am more familar with React)
Now, I want to visualize point cloud data remotely by using paraview.web. what steps should I follow?

Btw, I have tried to visualize the.ply data in Visualizer app and the pointcloud is shown by using PointGaussian surface.

Any advices? Thank you very much.

You can use ParaView trace to learn which code needs to happen on the server side. Then it is a matter for your to design your server and your client accordingly.

1 Like