does vtk.js support display intersection lines between MPR slice and mesh data?

does vtk.js support display intersection lines between MPR slice and mesh data?

As i know, 3D slicer has this funciton. following image is captured from 3d slicer:

Yes it does, please look at the cutter example

Thanks for you reply.
I have another question: does vtkCutter support to cut scalars from a polyData object?

I hava a polyData object, it has scalars inside(which means polyData.getPointData().getScalars() is not empty). when i use vtkCutter and a plane to cut it , the output data has not scalars inside( e.g. cuttedPolyData.getPointData().getScalars() is null), how to fix it ?

It is indeed missing. It would be a good feature to add to vtkCutter. Feel free to create PR (look at how it is done in C++).