Automate extracting slices along centerline of the vasculature

Hi,
I want to automate extracting slices along the centerline of a vasculature at a constant distance of lets say (x mm). I tried using slice along the polyline with programmable filter but its giving me a slice tangential to centerline. The centerline is in .vtp format and was extracted using vmtk. I could easily get the coordinates of the points on the centerline but the normal is not updated for these points. The target is to plot average field values on these slices.
Any suggestions shall be appreciated.
Thanks

I’m afraid you will need to manually configure each of the slice, you could do that with a python script though.