Is it possible to get scalar value at a picked coordinate on a surface?
Update:
Here is a picture of my program. I randomly picked a coordinate(R3). Can I get the scalar value? Should I write my own probe function just like in the vtkPointInterpolator?
Hi
I’m new to VTK and I have a similar question to yours,
I have a data array of scalars values (of volume), how to know the corresponding coordinate (x or y or z) of each scalar in my array? var values = reader.getOutputData().getPointData().getScalars().getData();