pyvista.examples.vrml.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() Static Scene Interactive Scene