transparent_background#

property MapdlTheme.transparent_background: bool#

Return or set the default transparent_background parameter.

Examples

Set transparent_background globally to True.

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