Light.switch_off#
Examples#
Download Python source code | Download Jupyter notebook
Create a light and switch it off.
>>> import pyvista as pv
>>> light = pv.Light()
>>> light.switch_off()
Download Python source code | Download Jupyter notebook
Create a light and switch it off.
>>> import pyvista as pv
>>> light = pv.Light()
>>> light.switch_off()