pyvista.examples.vrml.download_teapot#
- download_teapot()[source]#
Download the a 2-manifold solid version of the famous teapot example.
- Returns:
str
Filename of the VRML file.
Examples
>>> import pyvista as pv >>> from pyvista import examples >>> vrml_file = examples.vrml.download_teapot() >>> pl = pv.Plotter() >>> pl.import_vrml(vrml_file) >>> pl.show()