itkwasm-mesh-to-poly-data#

Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.

itkwasm-mesh-to-poly-data version

Installation#

pip install itkwasm-mesh-to-poly-data

In Pyodide, e.g. the Pyodide REPL or JupyterLite,

import micropip
await micropip.install('itkwasm-mesh-to-poly-data')