pyvista.Property.plot#

Property.plot(**kwargs) None[source]#

Plot this property on the Stanford Bunny.

This is useful for visualizing how this property would be applied to an actor.

Parameters:
**kwargsdict, optional

Keyword arguments for pyvista.Plotter.

Examples

>>> import pyvista as pv
>>> prop = pv.Property(
...     show_edges=True,
...     color='brown',
...     edge_color='blue',
...     line_width=4,
...     specular=1.0,
... )
>>> prop.plot()
../../../_images/pyvista-Property-plot-1_00_00.png