pyvista.plotting.themes.Theme.smooth_shading#

property Theme.smooth_shading: bool[source]#

Return or set the default smooth_shading parameter.

Examples

Set the global smooth_shading parameter default to True.

>>> import pyvista as pv
>>> pv.global_theme.smooth_shading = True