Dear support,
I am wondering if it is possible to define a line AB given both points and then interpolating the dataset solution on its points to later access them and perform different operations.
I know how to do this using regular filters (doing plot over lines and then acess to their values individually) but this would make your pipeline extremely busy if thousands of points are required. My goal would be to do this over the normal lines from all the points in a given surface in contact with a flowfield. Would it be possible to get some guidance of doing this using the vtk library?
Thank you in advance!