# Examples from pyvista.examples.downloads.download_room_surface_mesh
# ===================================================================

from pyvista import examples
dataset = examples.download_room_surface_mesh()
dataset.plot()

# SEE ALSO:
#     Room Surface Mesh Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#room-surface-mesh-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Depth Peeling https://docs.pyvista.org/examples/02-plot/depth_peeling.html#depth-peeling-example
#     Example using this dataset.

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

