itkwasm-mesh-to-poly-data
=======

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

[![itkwasm-mesh-to-poly-data version](https://badge.fury.io/py/itkwasm_mesh_to_poly_data.svg)](https://pypi.org/project/itkwasm_mesh_to_poly_data/)

## Installation

::::{tab-set}

:::{tab-item} System
```shell
pip install itkwasm-mesh-to-poly-data
```
:::

:::{tab-item} Browser
In Pyodide, e.g. the [Pyodide REPL](https://pyodide.org/en/stable/console.html) or [JupyterLite](https://jupyterlite.readthedocs.io/en/latest/try/lab),

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

::::

```{toctree}
:hidden:
:maxdepth: 3
:caption: 📖 Reference

apidocs/index.rst
itkwasm docs <https://itkwasm.readthedocs.io/>
```