Advanced Demos

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.

Point Cloud creation

(https://github.com/plotly/dash-vtk/blob/master/demos/pyvista-point-cloud/app.py) | PyVista

Preview

Terrain following mesh

(https://github.com/plotly/dash-vtk/blob/master/demos/pyvista-terrain-following-mesh/app.py) | PyVista
Preview

VTK dynamic streamlines example

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)

CFD Preview

Medical examples

Real medical image

Real medical image

Randomly generated volume

Randomly generated volume

Multi-View with slicing

Multi-View with slicing