sampledSets output points, not lines
For some applications, some formats (e.g. vtk) it would be nice to see lines connecting the points instead of just the points.
Could be option, could be new set format ('vtkLines') or could be the default.
For some applications, some formats (e.g. vtk) it would be nice to see lines connecting the points instead of just the points.
Could be option, could be new set format ('vtkLines') or could be the default.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
changed the description
I've hacked a OpenFOAM-nonRelease/src/sampling/vtkLines set writer.
Nice idea. Actually raises the more general point about what representation we should be using with VTK. A number of the VTK filters only work reasonable well with CELL data.
Perhaps non-tracking should generate point cells with corresponding CELL data and tracking should generate line cells with an averaged value for the track? I guess that in the second case we could actually have both line averaged and point values.
assigned to @Mattijs