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

from pyvista import examples
mesh = examples.download_3gqp()
mesh.plot()

# SEE ALSO:
#     3gqp Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gqp-dataset
#     See this dataset in the Dataset Gallery for more info.

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

