pyvista.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 >>> import pyvista as pv >>> light = pv.Light() >>> light.hide_actor()