Vtk display scalar values

Hi,
I am generating some vtk files where I have added Scalar values to the data. I can visualize the data correctly in the model module, but I was wondering if would it be possible to see the actual scalar value for example in the data probe?

Thanks!

You can copy-paste this script into the Python interactor to display model scalar value at the current crosshair position: https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Get_scalar_values_at_surface_of_a_model

1 Like