I’m using pyVista to cut a slice from an unstructured grid. I believe the slice function in pyVista is using vtkCutter to create the slice. When I plot it, it shows an nice image floating in a 3d viewer. However I cant seem so access this data directly.
I can access the vertices on the sliced plane and their values. But I cant see how this is interpolated to produce the nice result that I’m seeing in the 3d Viewer.
Is there a way to access or replicate the interpolated image from the slice?
Thanks in advance!