BaseReader.path#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_human(load=False)
>>> reader = pv.XMLPolyDataReader(filename)
>>> reader.path
'/home/user/.local/share/pyvista/examples/Human.vtp'