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:
- **kwargs
dict,optional Keyword arguments for
pyvista.Plotter.
- **kwargs
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> prop = pv.Property(
... show_edges=True,
... color='brown',
... edge_color='blue',
... line_width=4,
... specular=1.0,
... )
>>> prop.plot()
Used In#
Docstring Examples
Property.ambient(1 use)Property.ambient_color(1 use)Property.anisotropy(1 use)Property.color(1 use)Property.culling(1 use)18 more
Property.diffuse(1 use)Property.diffuse_color(1 use)Property.edge_color(1 use)Property.edge_opacity(1 use)Property.interpolation(1 use)Property.lighting(1 use)Property.line_width(1 use)Property.metallic(1 use)Property.opacity(1 use)Property.point_size(1 use)Property.render_lines_as_tubes(1 use)Property.render_points_as_spheres(1 use)Property.roughness(1 use)Property.show_edges(1 use)Property.specular(1 use)Property.specular_color(1 use)Property.specular_power(1 use)Property.style(1 use)