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

>>> import pyvista
>>> light = pyvista.Light()
>>> light.hide_actor()