About STL Slicing and Extracting the Inner Loops data

If you just need to cut the same STL many times, you can do this with just one vtkPlane and one vtkCutter in one single step. Use the SetValue() method of vtkCutter to set all your desired cut locations (relative to the location of your vtkPlane). It will do all the cuts at once. Be sure to read the vtkCutter docs carefully to properly understand how SetValue() works.