# File vtk/gtk/GtkGLExtVTKRenderWindow.rb, line 544 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