smooth_shading#

property MapdlTheme.smooth_shading: bool#

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