Slice plot in vtk

Hi everyone, I have a polydata file containing 3D coordinates of the mesh (as vtkPoints) and temperature at each point as an attribute. I want to plot the temperature as a slice plot (at three elevations) over the geometry. I am new to vtk, really appreciate if someone can help me on this.