Light.hide_actor#
- Light.hide_actor()[source]#
Hide the actor for a positional light that depicts the geometry of the beam.
For a directional light the function doesn’t do anything.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> light = pv.Light()
>>> light.hide_actor()