Plotter.import_vrml#
- Plotter.import_vrml(filename: str | Path) None[source]#
Import a VRML file into the plotter.
- Parameters:
- filename
str|Path Path to the VRML file.
- filename
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> sextant_file = examples.download_sextant(load=False)
>>> pl = pv.Plotter()
>>> pl.import_vrml(sextant_file)
>>> pl.show()
See Also#
pyvista.VRMLReaderRead VRML file as a mesh.
Used In#
Docstring Examples
download_grasshopper(1 use)download_sextant(1 use)download_teapot_vrml(1 use)
Gallery Examples