I can draw a curve using vtkContourWidget. The control points can be on the polydata, but I want the curve itself to be above the polydata. Is it possible to achieve that using vtkContourWidget?
Yes this can be controlled with vtkContourLineInterpolator. This example should help: https://examples.vtk.org/site/Cxx/PolyData/PolygonalSurfaceContourLineInterpolator/
Right, I don’t know a better interpolator
