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()
https://d33wubrfki0l68.cloudfront.net/18eb2bd3041940a7e58bdf4aca793e7a71b69db8/ef649/_images/pyvista-property-plot-1_00_00.png