Show Edges

Show Edges#

Download Python source code | Download Jupyter notebook

Show the edges of all geometries within a mesh.

Uses the show_edges property.

Sometimes it can be useful to show all of the edges of a mesh when rendering to communicate aspects of the dataset like resolution.

Showing the edges for any rendered dataset is as simple as specifying the show_edges keyword argument to True when plotting a dataset.

from pyvista import examples

cow = examples.download_cow()

cow.plot(show_edges=True, color=True, cpos='xy')
show edges

Tags: plot

Total running time of the script: (0 minutes 0.142 seconds)

Gallery generated by Sphinx-Gallery