I have tried to turn this off using vtk.vtkObject.GlobalWarningDisplayOff() or adding an observer to the cutter instance, but because it is INFO and not WARNING or ERROR, it appears that I can’t.
This appears to be unusual behaviour, and it doesn’t happen to any other vtk objects. Is this a bug? Or can I turn it off somehow?
You can disable it by setting the verbosity with vtkLogger::SetStderrVerbosity() somewhere early in your application. Try setting it to vtkLogger::VERBOSITY_WARNING to turn off INFO messages.
I just tested 9.4.0rc2 and i’m getting INFO messages related to vtkExtractEdges:
2024-10-24 21:38:54.586 ( 13.364s) [ 18B3117] vtkExtractEdges.cxx:329 INFO| Executing edge extractor with original point numbering
2024-10-24 21:38:54.599 ( 13.377s) [ 18B3117] vtkExtractEdges.cxx:392 INFO| Created 132380 edges