How to remove all actors from a renderer?

Is it possible to remove all actors from a renderer in VTK-9.3.0?
This old post indicates that past VTK versions included vtkRenderer::RemoveAllViewProps(), but that method is no longer supported.
Thanks!

Hi,
This method still exists in vtkRenderer/vtkViewport so you can use it.
J.

1 Like