provides several advanced examples that should re-enforce what has been described so far.
We’ve converted several examples from PyVista to show you how to enable rendering on the client side using .
Then we made several examples using plain VTK for both a CFD example and some medical ones.
(https://github.com/plotly/dash-vtk/blob/master/demos/pyvista-point-cloud/app.py) | PyVista
(https://github.com/plotly/dash-vtk/blob/master/demos/pyvista-terrain-following-mesh/app.py) | PyVista
This example leverages plain VTK on the server side while providing UI controls in dash and leverages dash_vtk to enable local rendering of dynamically computed streamlines inside a wind tunnel.
(https://github.com/plotly/dash-vtk/blob/master/demos/usage-vtk-cfd/app.py)