download_sextant#
- download_sextant()[source]#
Download the sextant example.
- Returns:
strFilename of the VRML file.
Examples
>>> import pyvista as pv >>> from pyvista import examples >>> vrml_file = examples.vrml.download_sextant() >>> pl = pv.Plotter() >>> pl.import_vrml(vrml_file) >>> pl.show()
See also
- Sextant Dataset
See this dataset in the Dataset Gallery for more info.