load_ant#
- load_ant() PolyData[source]#
Load ply ant mesh.
- Returns:
pyvista.PolyDataDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_ant()
>>> dataset.plot()
See also
- Ant Dataset
See this dataset in the Dataset Gallery for more info.