# File vtk/gtk/GtkVTKRenderWindow.rb, line 521 def Surface actors = @CurrentRenderer.GetActors numActors = actors.GetNumberOfItems actors.InitTraversal for i in 0...numActors actor = actors.GetNextItem actor.GetProperty.SetRepresentationToSurface end self.Render end