CPlusPlus
Use VtkSplineWidget And VtkProbeFilter To Show Scalar On Interpolation Line
I want to put a spline widget on a plane and move the control points to show scalar on different position dynamically. It will be convenient for user to check the change of scalar on the model. It’s easy to use vtkStructuredGrid and vtkGeometryFilter to create a plane with color Read more…