Theme.smooth_shading#
- property Theme.smooth_shading: bool[source]#
Return or set whether smooth shading is used by default.
Examples#
Download Python source code | Download Jupyter notebook
Set the global smooth_shading parameter default to True.
>>> import pyvista as pv
>>> pv.global_theme.smooth_shading = True