How can I fill vtkCutter with a colour ?
Are you cutting a geometry that’s filled in with cells, or is it just a shell? Filling in just a contour can be tricky, and we currently don’t have such functionality in vtk.js. If it’s a simple loop with no holes, you should be able to construct a triangular tessellation to fill in the space.