Display the mesh of vtk.vtkSphereSource ()

I can display the surface, but how can I display it in wireframe?
Thank you.

I found out that “actor.GetProperty (). SetRepresentationToWireframe ()” should be added. I apologize to you for a fuss over.