Converting several splines into 3D Mesh

Hello, I’m sorry if its a repeated question, but I have the following input and want to generate the output like that, does vtk support something like the following

image

I would look into vtkRibbonFilter and then vtkAppendPolyData, and vtkCleanPolyData.