pyvista.examples.vrml.download_sextant#

download_sextant()[source]#

Download the sextant example.

Returns:
str

Filename 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()
../../../_images/pyvista-examples-vrml-download_sextant-1_00_00.png