Slice the overlap between vtp and vtu

I have the inlet.vtp and outlet.vtp files created after mesh creation. And there is an all_results.vtu file that is simulated through this mesh. I want to see the flow rate and pressure by cutting the part that overlaps exactly with the vtu file through the inlet.vtp file and outlet.vtp file, rather than slicing the part you want in the vtu file randomly. I’d appreciate it if you could tell me how.




image

ResampleWithDataSet filter should do the trick

1 Like

Fixed this issue. Thank you very much.